]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
%L (err_html_text) should not be HTML quoted.
authorhno <>
Wed, 2 Jan 2002 04:24:25 +0000 (04:24 +0000)
committerhno <>
Wed, 2 Jan 2002 04:24:25 +0000 (04:24 +0000)
src/errorpage.cc

index a459de376e8f31a0fb117be65dfd23e5bebdeaf3..641439aa5b2cd247e0bf898fa70badd4f15db12d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.cc,v 1.167 2001/10/24 07:45:34 hno Exp $
+ * $Id: errorpage.cc,v 1.168 2002/01/01 21:24:25 hno Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -470,6 +470,7 @@ errorConvert(char token, ErrorState * err)
     case 'L':
        if (Config.errHtmlText) {
            memBufPrintf(&mb, "%s", Config.errHtmlText);
+           do_quote = 0;
        } else
            p = "[not available]";
        break;