1
0
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:
Michael
2014-06-06 23:48:35 +02:00
parent 12f04c0d4a
commit 1c41366df8
8 changed files with 9 additions and 9 deletions

View File

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