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:
parent
a654a5f710
commit
9e4248c7c1
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
<h3>Miniflux</h3>
|
<h3>Miniflux</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<strong>{{ t "page.about.version" }}</strong>
|
<strong>{{ t "page.about.version" }}</strong>
|
||||||
{{ if startsWith .version "2." }}
|
{{ if startsWith .version "2." }}
|
||||||
<a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a>
|
<a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</li>
|
</li>
|
||||||
{{ if .commit }}
|
{{ if .commit }}
|
||||||
<li>
|
<li>
|
||||||
<strong>{{ t "page.about.git_commit" }}</strong>
|
<strong>{{ t "page.about.git_commit" }}</strong>
|
||||||
{{ if startsWith .commit "Unknown" }}
|
{{ if startsWith .commit "Unknown" }}
|
||||||
{{ .commit }}
|
{{ .commit }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue