Fixed missing margin in list of tagged articles
authorMarcel Werk <burntime@woltlab.com>
Wed, 31 Aug 2016 10:20:19 +0000 (12:20 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 31 Aug 2016 10:20:24 +0000 (12:20 +0200)
com.woltlab.wcf/templates/taggedArticleList.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/system/tagging/TaggableArticle.class.php

diff --git a/com.woltlab.wcf/templates/taggedArticleList.tpl b/com.woltlab.wcf/templates/taggedArticleList.tpl
new file mode 100644 (file)
index 0000000..619a092
--- /dev/null
@@ -0,0 +1,3 @@
+<div class="section">
+       {include file='articleListItems'}
+</div>
index 30f465210561f228fc6404ac9db061fcb75f8cdf..11c5fc8240b87eac66b8c77d1b2c4c7ceda67980 100644 (file)
@@ -24,6 +24,6 @@ class TaggableArticle extends AbstractTaggable {
         * @inheritDoc
         */
        public function getTemplateName() {
-               return 'articleListItems';
+               return 'taggedArticleList';
        }
 }