mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Revert "Replace <small> with <span style"
This reverts commit 12f04c0d4a.
This commit is contained in:
@@ -377,7 +377,7 @@ foreach ($purposes as $i => $p) { ?>
|
||||
<td><input type="checkbox" name="guidelines" value="1">Check the box if you agree.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="subr">User ID:<br> <span style="font-size:0.8em">(single word, lower case)</span></th>
|
||||
<th class="subr">User ID:<br> <small>(single word, lower case)</small></th>
|
||||
<td><input type="text" size="10" name="id"
|
||||
class="max" value="<?php if (isset($_POST['id'])) echo clean($_POST['id']);?>"></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user