From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] proxy.cgi: Fix typo in 'cachemgr'-link Date: Mon, 09 Oct 2017 20:37:20 +0200 Message-ID: <20171009183720.1870-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6682330501676805162==" List-Id: --===============6682330501676805162== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I had a backslash left over and he cheated in between... No good reason just one too many. Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/proxy.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index ab490c3d3..611c6ba4e 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -1118,7 +1118,7 @@ print <$Lang::tr{'advproxy cache management'} - $= Lang::tr{'proxy cachemgr'}: + $L= ang::tr{'proxy cachemgr'}: $Lang::tr{'advproxy admin mail'}: --=20 2.14.2 --===============6682330501676805162==--