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/admin/template/goto/double_select.tpl

    r2718 r3185  
    1010        {html_options options=$category_option_true selected=$category_option_true_selected}
    1111      </select>
    12       <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
     12      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
    1313    </td>
    1414
     
    1818        {html_options options=$category_option_false selected=$category_option_false_selected}
    1919      </select>
    20       <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
     20      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
    2121    </td>
    2222  </tr>
Note: See TracChangeset for help on using the changeset viewer.