Ignore:
Timestamp:
Apr 20, 2010, 11:41:07 PM (14 years ago)
Author:
nikrou
Message:

Fix some errors in generated html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r5875 r5931  
    253253<table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}">
    254254{foreach from=$metadata item=meta}
    255   <tr id="{$meta.TITLE}">
     255  <tr>
    256256    <th colspan="2">{$meta.TITLE}</th>
    257257  </tr>
    258258  {foreach from=$meta.lines item=value key=label}
    259   <tr id="{$label}" >
     259  <tr>
    260260    <td class="label">{$label}</td>
    261261    <td class="value">{$value}</td>
Note: See TracChangeset for help on using the changeset viewer.