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

    r511 r513  
    3434<br>
    3535<form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
    36 <fieldset><legend></legend>
     36<fieldset><legend class="noshow">&nbsp;</legend>
    3737<input type=hidden name=action value="delete">
    3838<input type=hidden name=block value="1.2.12.0/23">
Note: See TracChangeset for help on using the changeset viewer.