Missing escaping

This commit is contained in:
Michal Čihař
2011-08-19 11:54:34 +02:00
parent 5146970826
commit e7d6cab2a2

View File

@@ -65,7 +65,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
echo '<div>' . "\n";
echo '<h2>' . $table . '</h2>' . "\n";
echo '<h2>' . htmlspecialchars($table) . '</h2>' . "\n";
/**
* Gets table informations