Ignore:
Timestamp:
10/03/07 21:38:21 (5 years ago)
Author:
hverton
Message:

More xhtml fixes
Added forum poll configuration to the forum admin module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/templates/templates/_openside_x.tpl

    r847 r864  
    2323    <tr> 
    2424        <td class='cap-left'><img src='{$smarty.const.THEME}images/blank.gif' width='5' height='21' alt='' /></td> 
    25         <td width='100%' class='cap-main'>{$title}</td> 
     25        <td width='100%' class='cap-main'>{$title|escape|default:"&nbsp;"}</td> 
    2626        <td align='right' class='cap-main'><img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' alt='{if $_state == 0}on{else}off{/if}' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /></td> 
    2727        <td class='cap-right'><img src='{$smarty.const.THEME}images/blank.gif' width='5' height='21' alt='' /></td> 
Note: See TracChangeset for help on using the changeset viewer.