fixed comment in ls html template

This commit is contained in:
Tomasz Sowa 2021-02-16 12:51:06 +01:00
parent 37da5e81c5
commit de6b050fb5
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
[end]
</ul>
[end]
[# !! IMPROVE ME those two lists (above and below) can be combined together
[# !! IMPROVE ME those two lists (above and below) can be combined together]
[if item_tab]
<ul class="uk-list uk-list-disc uk-list-collapse">
[for item_tab]
@ -144,7 +144,7 @@
[else]
[!! improve me: may it would be better to not use a list here?]
[#!! improve me: may it would be better to not use a list here?]
<ul class="uk-list uk-list-disc uk-list-collapse">
<li><a href="[doc_base_url][dir][item_url]">[item_url]</a></li>
</ul>