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/delete.tmpl

    r512 r513  
    5757<td class="center" colspan="2">
    5858<form action="main.cgi" method="POST" class="regular">
    59 <fieldset><legend></legend>
     59<fieldset><legend class="noshow">&nbsp;</legend>
    6060<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
    6161<input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
Note: See TracChangeset for help on using the changeset viewer.