summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/WT/Controller/Hourglass.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Controller/Hourglass.php b/library/WT/Controller/Hourglass.php
index ad980246a4..b2920550b0 100644
--- a/library/WT/Controller/Hourglass.php
+++ b/library/WT/Controller/Hourglass.php
@@ -460,9 +460,9 @@ class WT_Controller_Hourglass extends WT_Controller_Chart {
function setupJavascript() {
global $bhalfheight;
?>
-// code to fix chart lines in block
-<script type="text/javascript">
+<script type="text/javascript">
+ // code to fix chart lines in block
var vlines;
vlines = document.getElementsByName("tvertline");
for (i=0; i < vlines.length; i++) {