Skip to content

Commit

Permalink
Add newline to filter boards list info
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Oct 14, 2024
1 parent 7eabd5b commit 0cde8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/manage_filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>{{with .sourcePostID -}}
<tr>
<th>Board(s):</th>
<td id="boardslist">
If no boards are selected, the filter will be applied to all boards
If no boards are selected, the filter will be applied to all boards<br/>
{{- range $_,$board := .allBoards -}}
<label for="applyboard{{$board.ID}}">/{{$board.Dir}}/ - {{$board.Title}} <input type="checkbox" name="applyboard{{$board.ID}}" id="applyboard{{$board.ID}}"
{{- range $_,$boardID := $.filterBoards -}}
Expand Down

0 comments on commit 0cde8e5

Please sign in to comment.