diff options
author | ivan <ivan> | 2010-03-23 01:17:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-23 01:17:09 +0000 |
commit | f5fadd6e3f3eb972f1a7fcf151c58c3ac8cc92ad (patch) | |
tree | cee3f300b96dc0d730a99daf10ee16cf637f6aa2 /httemplate | |
parent | eb811b870c9bfedefb4a71a9eb97e9b7723aaa11 (diff) |
don't like that <BR> after all... for now
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/menubar.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html index 3d2a1073d..fe49f7b2e 100644 --- a/httemplate/elements/menubar.html +++ b/httemplate/elements/menubar.html @@ -21,7 +21,6 @@ Example: %if ( $opt->{'newstyle'} ) { % my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">'; - <BR> <% join("$s </FONT>", ( '', @html, '' ) ) %> <BR> |