Show
Ignore:
Timestamp:
02/04/05 06:35:13 (4 years ago)
Author:
karman
Message:

put the >> inside the <a> set for consistent color

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/lib/menu/ul_nest

    r1628 r1637  
    4343[% BLOCK menu_link %] 
    4444 
    45     <a class="[% link.class %]" href="[% link.url %]"[% " title=\"$link.title\"" IF link.title %]>[%- link.text -%]</a> 
    46     [% IF item.here; "&#187;";  END; -%] 
     45    <a class="[% link.class %]"  
     46    href="[% link.url %]" 
     47    [% " title=\"$link.title\"" IF link.title %]>[%- link.text -%][% IF item.here; " &#187;";  END; -%]</a> 
    4748 
    4849[% END -%]