Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r3182 r3185  
    4848      <a href="{$U_SLIDESHOW_STOP}" title="{'slideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>
    4949    {/if}
    50       <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata" /></a>
     50      <a href="{$U_METADATA}" title="{'picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a>
    5151    {if isset($current.U_DOWNLOAD) }
    5252      <a href="{$current.U_DOWNLOAD}" title="{'download_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
     
    187187                        {if !$smarty.foreach.rate_loop.first} | {/if}
    188188                        {if isset($rating.USER_RATE) && $mark==$rating.USER_RATE}
    189                           <input type="button" name="rate" value="{$mark}" class="rateButtonSelected" title="{$mark}" />
     189                          <input type="button" name="rate" value="{$mark}" class="rateButtonSelected" title="{$mark}">
    190190                        {else}
    191                           <input type="submit" name="rate" value="{$mark}" class="rateButton" title="{$mark}" />
     191                          <input type="submit" name="rate" value="{$mark}" class="rateButton" title="{$mark}">
    192192                        {/if}
    193193                        {/foreach}
     
    270270                {/if}
    271271                <label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
    272                 <input type="hidden" name="key" value="{$comment_add.KEY}" />
     272                <input type="hidden" name="key" value="{$comment_add.KEY}">
    273273                <input class="submit" type="submit" value="{'Submit'|@translate}">
    274274        </fieldset>
Note: See TracChangeset for help on using the changeset viewer.