projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0260b5
)
Added missing id
author
Marcel Werk
<burntime@woltlab.com>
Fri, 2 Dec 2016 11:00:48 +0000
(12:00 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 2 Dec 2016 11:01:11 +0000
(12:01 +0100)
com.woltlab.wcf/templates/article.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/article.tpl
b/com.woltlab.wcf/templates/article.tpl
index b3879d46f02db2287e67fab54f9250d07693068d..e897d783c124e8e1e1ce4797113497d780f6d011 100644
(file)
--- a/
com.woltlab.wcf/templates/article.tpl
+++ b/
com.woltlab.wcf/templates/article.tpl
@@
-298,7
+298,7
@@
{if $article->enableComments}
{if $commentList|count || $commentCanAdd}
- <section class="section sectionContainerList">
+ <section
id="comments"
class="section sectionContainerList">
<h2 class="sectionTitle">{lang}wcf.global.comments{/lang}{if $article->comments} <span class="badge">{#$article->comments}</span>{/if}</h2>
{include file='__commentJavaScript' commentContainerID='articleCommentList'}