1
0

Some XHTML notation cleanup.

This commit is contained in:
Matthias Mees
2012-12-05 10:26:05 +01:00
parent 4694a70b18
commit d8d9785173
12 changed files with 55 additions and 55 deletions

@ -101,7 +101,7 @@
<select id="newDir{$mediakey}" name="serendipity[newDir][{$mediakey}]">
<option value=""></option>
{foreach from=$media.paths item="folder"}
<option {if ($file.path == $folder.relpath)}selected="selected"{/if} value="{$folder.relpath}">{'&nbsp;'|str_repeat:($folder.depth*2)}{$folder.name}</option>
<option {if ($file.path == $folder.relpath)}selected{/if} value="{$folder.relpath}">{'&nbsp;'|str_repeat:($folder.depth*2)}{$folder.name}</option>
{/foreach}
</select>
</div>