diff --git a/internal/template/templates/views/about.html b/internal/template/templates/views/about.html
index a3d49841..873dbd3a 100644
--- a/internal/template/templates/views/about.html
+++ b/internal/template/templates/views/about.html
@@ -12,7 +12,7 @@
Miniflux
-
- {{ t "page.about.version" }}
+ {{ t "page.about.version" }}
{{ if startsWith .version "2." }}
{{ .version }}
{{ else }}
@@ -21,7 +21,7 @@
{{ if .commit }}
-
- {{ t "page.about.git_commit" }}
+ {{ t "page.about.git_commit" }}
{{ if startsWith .commit "Unknown" }}
{{ .commit }}
{{ else }}