Updates
This commit is contained in:
		| @@ -35,10 +35,13 @@ 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
	 Manish Verma
					Manish Verma