possible XSS during setup

This commit is contained in:
Marc Delisle
2008-07-24 17:26:05 +00:00
parent 976a3e461b
commit 6a5e53c31b
2 changed files with 2 additions and 1 deletions

View File

@@ -682,7 +682,7 @@ function show_overview($title, $list, $buttons = '') {
echo $val[0];
echo '</div>';
echo '<div class="data">';
echo $val[1];
echo htmlspecialchars($val[1]);
echo '</div>';
echo '</div>' . "\n";
}