Fix double -> single quotes (::js_string returns a double-quotes delimited string)

This commit is contained in:
Andy Staudacher
2009-08-30 23:11:13 -07:00
parent afb0111fe6
commit 2bf9b8ee55
@@ -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>