fix(html) rm "\n"

This commit is contained in:
coderaiser 2013-10-17 08:50:55 +00:00
parent 2674a0d57a
commit 859f98610b
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@
</span>
<span class=size>{{ size }}</span><span class=owner>{{ owner }}</span>
<span class=mode>{{ mode }}</span>
</li>
</li>

View file

@ -1 +1 @@
<li class=path><span class="path-icon clear-cache" id=clear-cache title="clear cache (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></li>
<li class=path><span class="path-icon clear-cache" id=clear-cache title="clear cache (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span>{{ path }}</span></li>