Escape error
This commit is contained in:
parent
bce27d7c2e
commit
c0d208b884
1 changed files with 1 additions and 1 deletions
2
api.php
2
api.php
|
@ -170,7 +170,7 @@ if (isset($error)) {
|
|||
<p><i>
|
||||
<?php
|
||||
foreach ($video['error'] as $error) {
|
||||
print $error;
|
||||
print htmlspecialchars($error);
|
||||
?>
|
||||
<br/>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue