diff options
author | FChannel <=> | 2021-01-28 21:03:46 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-28 21:03:46 -0800 |
commit | 74f5fb1e96e4c18d87ffe6838f4ab448c184ccff (patch) | |
tree | 288ec698036a0c47799e416047fdb902f5d63e1c /static | |
parent | e358eb07ec4ce873f750c0b75d7b23df4da2fbb8 (diff) |
quote bug fix
Diffstat (limited to 'static')
-rw-r--r-- | static/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/posts.html b/static/posts.html index a7b18a9..fcc8aec 100644 --- a/static/posts.html +++ b/static/posts.html @@ -65,7 +65,7 @@ {{ if .Replies }} {{ $replies := .Replies }} {{ if gt $replies.TotalItems 5 }} - <span>{{ $replies.TotalItems }} replies{{ if gt $replies.TotalImgs 0}} and {{ $replies.TotalImgs }} images{{ end }}, Click <a id="view" post="{{.Id}}" href="/{{ $board.Name }}/{{ .Id }}">here</a> to view all.</span> + <span>{{ $replies.TotalItems }} replies{{ if gt $replies.TotalImgs 0}} and {{ $replies.TotalImgs }} images{{ end }}, Click <a id="view" post="{{.Id}}" href="/{{ $board.Name }}/{{ .Id }}">here</a> to view all.</span> {{ end }} {{ range $replies.OrderedItems }} <div id="{{ .Id }}"> |