1
0
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:
Gabor Hojtsy
2003-06-14 19:01:00 +00:00
parent 8fe303bc05
commit 9755f2f748
9 changed files with 29 additions and 35 deletions

View File

@@ -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">