From: rsiddall Date: Thu, 3 Apr 2008 22:47:38 +0000 (+0000) Subject: Missing comma in argument list causes Mason compilation error. X-Git-Tag: freeside_1_7_3rc2~5 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f92e0b5d3081f81f9e9b8331255353c1d461210e;p=freeside.git Missing comma in argument list causes Mason compilation error. --- 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',