1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

fix(templates): remove non-breaking space in about page

This commit is contained in:
Frédéric Guillot 2025-08-16 16:51:39 -07:00
parent a654a5f710
commit 9e4248c7c1

View file

@ -12,7 +12,7 @@
<h3>Miniflux</h3>
<ul>
<li>
<strong>{{ t "page.about.version" }}</strong>&nbsp;
<strong>{{ t "page.about.version" }}</strong>
{{ if startsWith .version "2." }}
<a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a>
{{ else }}
@ -21,7 +21,7 @@
</li>
{{ if .commit }}
<li>
<strong>{{ t "page.about.git_commit" }}</strong>&nbsp;
<strong>{{ t "page.about.git_commit" }}</strong>
{{ if startsWith .commit "Unknown" }}
{{ .commit }}
{{ else }}