From 9494c6112a5ff2c0438546ef98dcacc439e931ea Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 23 May 2016 15:55:12 +0200 Subject: [PATCH] log.dat: fix missing quotation marks for 'ddns' Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- html/cgi-bin/logs.cgi/log.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index e8635d7a3b..9f4d714593 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -72,7 +72,7 @@ my %sections = ( my %trsections = ( 'ipfire' => 'IPFire', 'red' => 'RED', - 'ddns' => $Lang::tr{'dynamic dns'}, + 'ddns' => "$Lang::tr{'dynamic dns'}", 'dns' => 'DNS', 'dma' => 'Mail', 'dhcp' => "$Lang::tr{'dhcp server'}", -- 2.39.5