diff options
author | ivan <ivan> | 2008-02-14 08:31:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-02-14 08:31:31 +0000 |
commit | 5185768dd336f0a9e8fc4fb757b4e968baa5d8ed (patch) | |
tree | dd38ca2d336bbce64a4f2c377f074205fd3f8eae | |
parent | 1a72d908b362257846be512cd514b6d634372974 (diff) |
brown-bag missing comma from last update. time to go home
-rwxr-xr-x | httemplate/search/cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 70fda1d63..20f1154c0 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -100,7 +100,7 @@ FS::UI::Web::cust_colors(), '', ], - 'style' => [ '', '', '', 'b', '', '', '', '', '', '', '', '', '' + 'style' => [ '', '', '', 'b', '', '', '', '', '', '', '', '', '', FS::UI::Web::cust_styles() ], 'size' => [ '', '', '', '-1' ], 'align' => 'rlcclrrrrrrrl'. FS::UI::Web::cust_aligns(). 'r', |