]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
log.dat: fix missing quotation marks for 'ddns'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Mon, 23 May 2016 13:55:12 +0000 (15:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Jun 2016 21:16:10 +0000 (22:16 +0100)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/logs.cgi/log.dat

index e8635d7a3b38c150a7d228f978fda649b5ac1f12..9f4d714593177f3a7ce5081faae2be2081f459a7 100644 (file)
@@ -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'}",