Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravatronics committed Sep 16, 2019
2 parents b168f9c + 8930f5d commit ef4d400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.woltlab.wcf/templates/articleList.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dl>
{foreach from=$labelGroups item=labelGroup}
{if $labelGroup|count}
<dt>{$labelGroup->getTitle()}</dt>
<dt><label>{$labelGroup->getTitle()}</label></dt>
<dd>
<ul class="labelList jsOnly">
<li class="dropdown labelChooser" id="labelGroup{@$labelGroup->groupID}" data-group-id="{@$labelGroup->groupID}">
Expand Down
2 changes: 1 addition & 1 deletion com.woltlab.wcf/templates/categoryArticleList.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dl>
{foreach from=$labelGroups item=labelGroup}
{if $labelGroup|count}
<dt>{$labelGroup->getTitle()}</dt>
<dt><label>{$labelGroup->getTitle()}</label></dt>
<dd>
<ul class="labelList jsOnly">
<li class="dropdown labelChooser" id="labelGroup{@$labelGroup->groupID}" data-group-id="{@$labelGroup->groupID}">
Expand Down

0 comments on commit ef4d400

Please sign in to comment.