XSS on table Print view
This commit is contained in:
@@ -84,7 +84,7 @@ foreach ($the_tables as $key => $table) {
|
|||||||
}
|
}
|
||||||
$counter++;
|
$counter++;
|
||||||
echo '<div' . $breakstyle . '>' . "\n";
|
echo '<div' . $breakstyle . '>' . "\n";
|
||||||
echo '<h1>' . $table . '</h1>' . "\n";
|
echo '<h1>' . htmlspecialchars($table) . '</h1>' . "\n";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets table informations
|
* Gets table informations
|
||||||
|
Reference in New Issue
Block a user