Added missing id
authorMarcel Werk <burntime@woltlab.com>
Fri, 2 Dec 2016 11:00:48 +0000 (12:00 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 2 Dec 2016 11:01:11 +0000 (12:01 +0100)
com.woltlab.wcf/templates/article.tpl

index b3879d46f02db2287e67fab54f9250d07693068d..e897d783c124e8e1e1ce4797113497d780f6d011 100644 (file)
 
 {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'}