Skip to content

Commit 9418214

Browse files
committed
Merge branch 'master' of https://github.com/JamesHeinrich/getID3
2 parents 4788e3e + 0163ba9 commit 9418214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/demo.mysqli.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ function SynchronizeAllTags($filename, $synchronizefrom='all', $synchronizeto='A
14971497
} else {
14981498

14991499
echo '<a href="'.htmlentities($_SERVER['PHP_SELF'].'?encoderoptionsdistribution=1').'">Show all Encoder Options</a><hr>';
1500-
echo 'Files with Encoder Options <b>'.$_REQUEST['showtagfiles'].'</b>:<br>';
1500+
echo 'Files with Encoder Options <b>'.htmlentities($_REQUEST['showtagfiles']).'</b>:<br>';
15011501
echo '<table border="1" cellspacing="0" cellpadding="3">';
15021502
while ($row = mysqli_fetch_array($result)) {
15031503
echo '<tr>';

0 commit comments

Comments
 (0)