Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-08-05 09:24:12 -04:00
committed by StyleCI Bot
parent 09bf25b5e2
commit e2390f67d4
53 changed files with 1397 additions and 1105 deletions

View File

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