mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Use script_src for <script src>
This commit is contained in:
@@ -22,7 +22,7 @@ class AdminerWymeditor {
|
||||
|
||||
function head() {
|
||||
foreach ($this->scripts as $script) {
|
||||
echo "<script src='" . h($script) . "'></script>\n";
|
||||
echo script_src($script);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user