Skip to content

Commit

Permalink
Add missing <label> for label selection (2)
Browse files Browse the repository at this point in the history
See #3071
  • Loading branch information
Gravatronics committed Sep 16, 2019
1 parent ef4d400 commit ca65266
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/unreadArticleList.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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/watchedArticleList.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 ca65266

Please sign in to comment.