From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] Fix in dns.cgi Date: Thu, 22 Sep 2016 12:03:33 +0200 Message-ID: <1474538613-593-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7211339001665978892==" List-Id: --===============7211339001665978892== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We have only one english wiki, so the link to the list of public dns servers can point directly to the right page. (The link was also not correct). Fixes: #11191 Signed-off-by: Jonatan Schlag --- html/cgi-bin/dns.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index c628953..314107d 100644 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -91,7 +91,7 @@ print < - $Lang::tr{'dns desc'}
$Lang::tr{'dns list'}
+ $Lang::tr{'dns desc'}
$Lang::tr{'dns li= st'}
  --=20 2.1.4 --===============7211339001665978892==--