[pve-devel] [PATCH manager] mobilegui: fix title with perl template

Dominik Csapak d.csapak at proxmox.com
Wed Jun 7 16:46:05 CEST 2017


we forgot to change the title from a perl variable to use the
Perl::Template syntax

Signed-off-by: Dominik Csapak <d.csapak at 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





More information about the pve-devel mailing list