summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2008-04-03 22:47:38 +0000
committerrsiddall <rsiddall>2008-04-03 22:47:38 +0000
commitf92e0b5d3081f81f9e9b8331255353c1d461210e (patch)
tree036b181ef826a81b3384184d027eb081ba10bcee /httemplate/elements
parent302cd8ed17d43823ef4ee4236fba12fcfeddbbca (diff)
Missing comma in argument list causes Mason compilation error.
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 00183c3..8e1d836 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -66,7 +66,7 @@
'action' => $fsurl.'docs/about.html',
'label' => 'Freeside',
'actionlabel' => 'About',
- 'width' => 300
+ 'width' => 300,
'height' => 360,
'color' => '#7e0079',
'scrolling' => 'no',