Skip to content

Commit

Permalink
outroll#638 quick fix
Browse files Browse the repository at this point in the history
quick fix for issue outroll#638, maybe check on other places where this is possible?
  • Loading branch information
tjebbeke committed Feb 19, 2016
1 parent 1689ea3 commit 1eb5237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/list/web-log/index.php
Expand Up @@ -15,7 +15,7 @@

if ($return_var == 0 ) {
foreach($output as $file) {
echo $file . "\n";
echo htmlentities($file) . "\n";
}
}
echo " </pre>\n</body>\n</html>\n";
echo " </pre>\n</body>\n</html>\n";

0 comments on commit 1eb5237

Please sign in to comment.