diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index 07c25aab3..54067c711 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -362,7 +362,7 @@ function display_error_form($http_code, $desc) - + <?=$http_code?> @@ -430,7 +430,7 @@ function display_login_form($Login_Error) - + <?=gettext("Login"); ?> diff --git a/src/opnsense/mvc/app/views/layouts/default.volt b/src/opnsense/mvc/app/views/layouts/default.volt index f51a8c4a6..21a5dc005 100644 --- a/src/opnsense/mvc/app/views/layouts/default.volt +++ b/src/opnsense/mvc/app/views/layouts/default.volt @@ -11,7 +11,7 @@ - + {{headTitle|default("OPNsense") }} | {{system_hostname}}.{{system_domain}} {% set theme_name = ui_theme|default('opnsense') %} diff --git a/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html b/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html index d544acd25..d8803e3d6 100644 --- a/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html +++ b/src/opnsense/scripts/OPNsense/CaptivePortal/htdocs_default/index.html @@ -9,7 +9,7 @@ - + diff --git a/src/www/head.inc b/src/www/head.inc index 0e81accdf..a904367ad 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -40,7 +40,7 @@ $pagetitle .= html_safe(sprintf(' | %s.%s', $config['system']['hostname'], $conf - + <?= $pagetitle ?>