Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
09bf25b5e2
commit
e2390f67d4
@@ -35,13 +35,10 @@ if (!empty($_POST)) {
|
||||
$value = htmlspecialchars(stripslashes((string) $value));
|
||||
} else {
|
||||
$value = htmlspecialchars((string) $value);
|
||||
}
|
||||
?>
|
||||
} ?>
|
||||
<tr>
|
||||
<th style="vertical-align: top"><?php echo htmlspecialchars((string) $key);
|
||||
?></th>
|
||||
<td><pre class="samples"><?php echo $value;
|
||||
?></pre></td>
|
||||
<th style="vertical-align: top"><?php echo htmlspecialchars((string) $key); ?></th>
|
||||
<td><pre class="samples"><?php echo $value; ?></pre></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
|
Reference in New Issue
Block a user