mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Use script_src for <script src>
This commit is contained in:
@@ -27,8 +27,8 @@ class AdminerTinymce {
|
||||
$lang = "en";
|
||||
}
|
||||
}
|
||||
echo script_src($this->path);
|
||||
?>
|
||||
<script src="<?php echo h($this->path); ?>"></script>
|
||||
<script>
|
||||
tinyMCE.init({
|
||||
mode: 'none',
|
||||
|
Reference in New Issue
Block a user