summaryrefslogtreecommitdiff
path: root/rt/html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html')
-rw-r--r--rt/html/Elements/Header4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/html/Elements/Header b/rt/html/Elements/Header
index ffe653666..ab92e3287 100644
--- a/rt/html/Elements/Header
+++ b/rt/html/Elements/Header
@@ -95,10 +95,10 @@ $head .= <<END;
END
if ( $Focus ) {
- $head .= onLoadHook("focusElementById('$Focus')");
+ $head .= qq{ onLoadHook("focusElementById('$Focus')");\n};
}
if ( $onload ) {
- $head .= onLoadHook("$onload");
+ $head .= qq{ onLoadHook("$onload");\n};
}
$head .= '--></script>';