Merge branch 'QA_3_4'
This commit is contained in:
commit
9d011bbbcd
@ -64,7 +64,7 @@ while ($row = PMA_DBI_fetch_row($rowset)) {
|
||||
|
||||
echo '<div>' . "\n";
|
||||
|
||||
echo '<h2>' . $table . '</h2>' . "\n";
|
||||
echo '<h2>' . htmlspecialchars($table) . '</h2>' . "\n";
|
||||
|
||||
/**
|
||||
* Gets table informations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user