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

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