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>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>{{ t "page.about.version" }}</strong>
|
||||
<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>
|
||||
<strong>{{ t "page.about.git_commit" }}</strong>
|
||||
{{ if startsWith .commit "Unknown" }}
|
||||
{{ .commit }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue