From: Matthias Fischer Date: Mon, 23 May 2016 13:55:12 +0000 (+0200) Subject: log.dat: fix missing quotation marks for 'ddns' X-Git-Tag: v2.19-core103~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9494c6112a5ff2c0438546ef98dcacc439e931ea;p=ipfire-2.x.git log.dat: fix missing quotation marks for 'ddns' Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- 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'}",