fix bug , missplaced </a> in comments section
This commit is contained in:
parent
e73159a7b8
commit
9b1727f241
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
{comment}
|
{comment}
|
||||||
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
|
<li id="{$id}" {$loggedin|notempty:"class=\"comment-admin\""}>
|
||||||
<strong class='comment-name'>
|
<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>
|
</strong>
|
||||||
|
|
||||||
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
|
{include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}
|
||||||
|
|
Loading…
Reference in a new issue