From: Stefan Schantl Date: Tue, 7 Jan 2014 20:13:56 +0000 (+0100) Subject: Fix inpossible download of hostcert on french language. X-Git-Tag: v2.15-beta1~19^2~17 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=e602416f94ba818557644647bb6f55503e33ccf1 Fix inpossible download of hostcert on french language. The french tranlsation string for download host certificate contains a single quote character which breaks the used HTML code. As a result of this it wasn't possibe to download the host certificate via the WUI with selected french language. Fixes #10405. --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 52dc6e4646..c620ab09d1 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -4748,8 +4748,8 @@ END
- - + +
  END diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index af68d50a2f..0f60820ed3 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -2870,8 +2870,8 @@ END
- - + +