Ignore:
Timestamp:
10/12/12 15:48:06 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Finally dug up a least-nasty way to effectively get rid of the
useless <legend> tag (required in a <fieldset>, in turn required
in a <form>, if you want to be valid HTML 4.01 Strict).
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/admin/tweakpool.tmpl

    r487 r513  
    11Listing pool <TMPL_VAR NAME=pool>:
    22<form action="admin.cgi" method="POST">
    3 <fieldset><legend></legend>
     3<fieldset><legend class="noshow">&nbsp;</legend>
    44<input type="hidden" name="action" value="updatepool">
    55<table border="1">
Note: See TracChangeset for help on using the changeset viewer.