From: Mark Andrews Date: Thu, 14 May 2026 00:00:21 +0000 (+1000) Subject: Disable output escaping in bind9.xsl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace68e3deac816ed22043da3edef3f0d2d3f6860;p=thirdparty%2Fbind9.git Disable output escaping in bind9.xsl The statistics charts where not displaying on some browsers (e.g. Chrome) due to '>' being escaped as '>'. Use disable-output-escaping="yes" to turn this off. (cherry picked from commit 9b6c0184258d2b519c0d69761f476af8023c35bb) --- diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index 359c2d99e4e..7ba45b00f7c 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -22,7 +22,7 @@