Escape error

This commit is contained in:
Pierre Rudloff 2015-03-31 00:50:54 +02:00
parent bce27d7c2e
commit c0d208b884
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ if (isset($error)) {
<p><i>
<?php
foreach ($video['error'] as $error) {
print $error;
print htmlspecialchars($error);
?>
<br/>
<?php