fix bug , missplaced </a> in comments section

This commit is contained in:
root 2023-06-15 21:39:25 +02:00
parent dc7e0eabc0
commit fbfa7df779
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{comment}
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
<strong class='comment-name'>
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name</a>"|default:$name}
{$url|notempty:"<a href=\"$url\" title=\"Permalink to $name's comment\">$name"|default:$name}</a>
</strong>
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
@ -33,4 +33,4 @@
</div>
{include file=widgets.tpl}
<hr />
{include file=footer.tpl}
{include file=footer.tpl}