mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
XHTML fixes: <p> cannot contain <ul> and <pre>,
<ul> needs to have an <li>, <select> has no width="" param, etc.
This commit is contained in:
@@ -336,7 +336,7 @@ else {
|
||||
<td align="right">Search for:<br /></td>
|
||||
<td>
|
||||
<input type="text" name="pattern" value="" size="30" />
|
||||
<input type="submit" value=" Search " /><br>
|
||||
<input type="submit" value=" Search " /><br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
|
||||
Reference in New Issue
Block a user