Browse Source

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

Frédéric Guillot 7 months ago
parent
commit
9e4248c7c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      internal/template/templates/views/about.html

+ 2 - 2
internal/template/templates/views/about.html

@@ -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 }}