Correct line length

This commit is contained in:
Simon Welsh 2014-03-30 18:32:40 +13:00
parent 3e05ccb9b7
commit 241583858a

View File

@ -220,7 +220,9 @@ class SS_HTTPResponse {
"<p>Redirecting to <a href=\"$urlATT\" title=\"Click this link if your browser does not redirect you\">"
. "$urlATT... (output started on $file, line $line)</a></p>
<meta http-equiv=\"refresh\" content=\"1; url=$urlATT\" />
<script type=\"text/javascript\">setTimeout(function(){ window.location.href = \"$urlJS\"; }, 50);</script>";
<script type=\"text/javascript\">setTimeout(function(){
window.location.href = \"$urlJS\";
}, 50);</script>";
} else {
$line = $file = null;
if(!headers_sent($file, $line)) {