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:
@@ -240,7 +240,7 @@ if ($process && count($errors) === 0) {
|
||||
<th class="subr">Email</th>
|
||||
<td>
|
||||
<input type="text" name="email" size="40" maxlength="128" class="max" value="<?php echo htmlentities($_POST['email'], ENT_QUOTES | ENT_IGNORE, 'UTF-8')?>"><br>
|
||||
<span style="font-size:0.8em">This email address is only used to contact you about the listing, it will not displayed along with the listing.</span>
|
||||
<small>This email address is only used to contact you about the listing, it will not displayed along with the listing.</small>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user