possible XSS during setup

This commit is contained in:
Marc Delisle
2008-07-24 17:26:05 +00:00
parent 152a7342fd
commit 0bfb27fb05
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";
}