we forgot to change the title from a perl variable to use the Perl::Template syntax
Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/touch/index.html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/touch/index.html.tpl b/www/touch/index.html.tpl index 9c80b6cd..931c6845 100644 --- a/www/touch/index.html.tpl +++ b/www/touch/index.html.tpl @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>$nodename - Proxmox Virtual Environment</title> + <title>[% nodename %] - Proxmox Virtual Environment</title> <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" /> <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" /> -- 2.11.0 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel