Merge pull request #161 from gordonbanderson/issue_159

FIX: Move ID for permalink to start of comment
This commit is contained in:
Damian Mooyman 2016-02-10 11:09:25 +13:00
commit 96f93c0e0e
1 changed files with 4 additions and 4 deletions

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 %>
@ -11,8 +11,8 @@
<% end_if %>
</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>
@ -38,6 +38,6 @@
<% end_if %>
</div>
<% end_if %>
<% include CommentReplies %>
<% end_if %>