Skip to content

Commit

Permalink
[BUGFIX] Fix typo as regression from 006ee01
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Oct 26, 2024
1 parent 2edab40 commit f0552c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Filter/Analysis/News.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h5>Scoring</h5>
type="range"
property="scoring"
class="form-control"
additionalAttributes="{min:0, max:200, data-lux-rangelabel:1'}"
additionalAttributes="{min:0, max:200, data-lux-rangelabel:1}"
id="scoring"/>
<button type="button" class="btn btn-default" data-global-event="click" data-action-focus="#scoring">
Min: <strong id="scoring_label">{filter.scoring}</strong>
Expand Down

0 comments on commit f0552c3

Please sign in to comment.