diff options
Diffstat (limited to 'httemplate/elements/menubar.html')
-rw-r--r-- | httemplate/elements/menubar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html index fe49f7b2e..c14904337 100644 --- a/httemplate/elements/menubar.html +++ b/httemplate/elements/menubar.html @@ -19,10 +19,10 @@ Example: </%doc> %if ( $opt->{'newstyle'} ) { -% my $s = '<FONT STYLE="border-bottom:1px solid #7e0079">'; - <% join("$s </FONT>", ( '', @html, '' ) ) %> - <BR> + <DIV CLASS="fstabs"> + <% join('', @html ) %> + </DIV> %} else { |