mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5149 from kakauandme/patch-1
BUG Fix extra semi-colon and double quotes
This commit is contained in:
commit
7b2124004a
@ -246,7 +246,7 @@ class SS_HTTPResponse {
|
||||
<meta http-equiv="refresh" content="1; url={$urlATT}" />
|
||||
<script type="application/javascript">setTimeout(function(){
|
||||
window.location.href = "{$urlJS}";
|
||||
}, 50);</script>";
|
||||
}, 50);</script>
|
||||
EOT
|
||||
;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user