FIX: When viewing a comment permalink full comment and posting data shows

This commit is contained in:
Gordon Anderson 2016-02-09 20:47:04 +07:00
parent 384979662a
commit 7152fbc235

View File

@ -1,5 +1,5 @@
<% if not $isPreview %>
<p class="info">
<p class="info" id="$Permalink">
<% if $URL %>
<a class="author" href="$URL.URL" rel="nofollow">$AuthorName.XML</a>
<% else %>
@ -12,7 +12,7 @@
</p>
<% end_if %>
<div class="comment-text" id="<% if $isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
<div class="comment-text" id="<% if $isPreview %>comment-preview<% end_if %>">
<p>$EscapedComment</p>
</div>