diff --git a/web/pgadmin/about/templates/about/index.html b/web/pgadmin/about/templates/about/index.html
index 8cb0fd81c..34eebf2b4 100644
--- a/web/pgadmin/about/templates/about/index.html
+++ b/web/pgadmin/about/templates/about/index.html
@@ -1,28 +1,29 @@
-
-
{{ _('Version') }}
-
{{ config.APP_VERSION }}
+
+
+
{{ _('Version') }}
+
{{ config.APP_VERSION }}
+
+
+
{{ _('Copyright') }}
+
{{ config.APP_COPYRIGHT }}
+
+
+
{{ _('Python Version') }}
+
{{ info.python_version }}
+
+
+
{{ _('Flask Version') }}
+
{{ info.flask_version }}
+
+
+
{{ _('Application Mode') }}
+
{{ info.app_mode }}
+
+
+
{{ _('Current User') }}
+
{{ info.current_user }}
+
-
-
{{ _('Copyright') }}
-
{{ config.APP_COPYRIGHT }}
-
-
-
{{ _('Python Version') }}
-
{{ info.python_version }}
-
-
-
{{ _('Flask Version') }}
-
{{ info.flask_version }}
-
-
-
{{ _('Application Mode') }}
-
{{ info.app_mode }}
-
-
-
{{ _('Current User') }}
-
{{ info.current_user }}
-
-