Skip to content

Commit

Permalink
[com_finder] Fix regression #19969
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy authored May 15, 2018
1 parent 88117e1 commit 107b943
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/com_finder/helpers/html/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,9 @@ public static function slider($options = array())
// Build a node.
$html .= '<div class="control-group">';
$html .= '<div class="controls">';
$html .= '<label class="checkbox" for="tax-'
. $nk . '">';
$html .= '<label class="checkbox">';
$html .= '<input type="checkbox" class="selector filter-node' . $classSuffix . '" value="' . $nk . '" name="t[]" id="tax-'
. $nk . '"' . $checked . ' />';
. $bk . '"' . $checked . ' />';
$html .= $nv->title;
$html .= '</label>';
$html .= '</div>';
Expand Down

0 comments on commit 107b943

Please sign in to comment.