mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-09-18 20:25:42 -04:00
Fix double -> single quotes (::js_string returns a double-quotes delimited string)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<? foreach ($parents as $dir): ?>
|
||||
<li class="ui-icon-left">
|
||||
<span class="ui-icon ui-icon-folder-open"></span>
|
||||
<span ondblclick="open_dir(<?= html::js_string($dir) ?>)">
|
||||
<span ondblclick='open_dir(<?= html::js_string($dir) ?>)'>
|
||||
<?= html::clean(basename($dir)) ?>
|
||||
</span>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user