mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Merge pull request #1333 from Kcchouette/patch-1
Fix the end of href tag
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
{elseif $userdata.consoleview != "1"}
|
||||
{foreach $parentcat.categories as $subcat}
|
||||
<li class="dropdown-item">
|
||||
<a href="{{url("/browse/{$parentcat.title}/{$subcat.title}")}}>{$subcat.title}</a>
|
||||
<a href="{{url("/browse/{$parentcat.title}/{$subcat.title}")}}">{$subcat.title}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user