From f92e0b5d3081f81f9e9b8331255353c1d461210e Mon Sep 17 00:00:00 2001 From: rsiddall Date: Thu, 3 Apr 2008 22:47:38 +0000 Subject: [PATCH] Missing comma in argument list causes Mason compilation error. --- httemplate/elements/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 00183c332..8e1d8364a 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', -- 2.11.0