Skip to content

Commit 9e4248c

Browse files
committed
fix(templates): remove non-breaking space in about page
1 parent a654a5f commit 9e4248c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/template/templates/views/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 id="page-header-title">{{ t "page.about.title" }}</h1>
1212
<h3>Miniflux</h3>
1313
<ul>
1414
<li>
15-
<strong>{{ t "page.about.version" }}</strong>&nbsp;
15+
<strong>{{ t "page.about.version" }}</strong>
1616
{{ if startsWith .version "2." }}
1717
<a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a>
1818
{{ else }}
@@ -21,7 +21,7 @@ <h3>Miniflux</h3>
2121
</li>
2222
{{ if .commit }}
2323
<li>
24-
<strong>{{ t "page.about.git_commit" }}</strong>&nbsp;
24+
<strong>{{ t "page.about.git_commit" }}</strong>
2525
{{ if startsWith .commit "Unknown" }}
2626
{{ .commit }}
2727
{{ else }}

0 commit comments

Comments
 (0)