Explorar el Código

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

Frédéric Guillot hace 10 meses
padre
commit
9e4248c7c1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      internal/template/templates/views/about.html

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

@@ -12,7 +12,7 @@
     <h3>Miniflux</h3>
     <h3>Miniflux</h3>
     <ul>
     <ul>
         <li>
         <li>
-            <strong>{{ t "page.about.version" }}</strong>&nbsp;
+            <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>&nbsp;
+            <strong>{{ t "page.about.git_commit" }}</strong>
             {{ if startsWith .commit "Unknown" }}
             {{ if startsWith .commit "Unknown" }}
                 {{ .commit }}
                 {{ .commit }}
             {{ else }}
             {{ else }}