XSS on table Print view

This commit is contained in:
Marc Delisle
2011-07-07 14:39:09 -04:00
parent e214683f9f
commit a0823be05a

View File

@@ -84,7 +84,7 @@ foreach ($the_tables as $key => $table) {
}
$counter++;
echo '<div' . $breakstyle . '>' . "\n";
echo '<h1>' . $table . '</h1>' . "\n";
echo '<h1>' . htmlspecialchars($table) . '</h1>' . "\n";
/**
* Gets table informations