mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(html) rm "\n"
This commit is contained in:
parent
2674a0d57a
commit
859f98610b
2 changed files with 2 additions and 2 deletions
|
|
@ -5,4 +5,4 @@
|
|||
</span>
|
||||
<span class=size>{{ size }}</span><span class=owner>{{ owner }}</span>
|
||||
<span class=mode>{{ mode }}</span>
|
||||
</li>
|
||||
</li>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue