Changeset 516

Show
Ignore:
Timestamp:
09/21/04 01:42:13 (4 years ago)
Author:
kake
Message:

Fixed bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/display_metadata.tt

    r514 r516  
    1313        [% FOREACH category = categories %] 
    1414          <a href="[% category.url %]">[% category.name %]</a> 
    15           [%- "/" UNLESS loop.last %] 
     15          [% "/" UNLESS loop.last %] 
    1616        [% END %] 
    1717      </li> 
     
    2323        [% FOREACH locale = locales %] 
    2424          <a href="[% locale.url %]">[% locale.name %]</a> 
    25           [%- "/" UNLESS loop.last %] 
     25          [% "/" UNLESS loop.last %] 
    2626        [% END %] 
    2727      </li>