1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 15:06:23 -07:00

Add newline to filter boards list info

This commit is contained in:
Eggbertx 2024-10-13 21:53:46 -07:00
parent 7eabd5bfd8
commit 0cde8e562b

View file

@ -87,7 +87,7 @@
<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 -}}