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:
parent
7eabd5bfd8
commit
0cde8e562b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>Board(s):</th>
|
<th>Board(s):</th>
|
||||||
<td id="boardslist">
|
<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 -}}
|
{{- range $_,$board := .allBoards -}}
|
||||||
<label for="applyboard{{$board.ID}}">/{{$board.Dir}}/ - {{$board.Title}} <input type="checkbox" name="applyboard{{$board.ID}}" id="applyboard{{$board.ID}}"
|
<label for="applyboard{{$board.ID}}">/{{$board.Dir}}/ - {{$board.Title}} <input type="checkbox" name="applyboard{{$board.ID}}" id="applyboard{{$board.ID}}"
|
||||||
{{- range $_,$boardID := $.filterBoards -}}
|
{{- range $_,$boardID := $.filterBoards -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue