summaryrefslogtreecommitdiff
path: root/apache1-mod_xslt-regex.patch
blob: 61cc7eaf11fa5a908af0cfe13b74a5537d4219d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Binary files modxslt/mod_xslt-1.1.tar and modxslt2/mod_xslt-1.1.tar differ
diff -urN modxslt/mod_xslt.c modxslt2/mod_xslt.c
--- modxslt/mod_xslt.c	Wed Apr 24 22:27:15 2002
+++ modxslt2/mod_xslt.c	Wed Apr 24 22:27:47 2002
@@ -251,7 +251,7 @@
   /* Setup some common strings of text, for file not found, etc. */
  
   regmatch_t pmatch[2];
-  regex_t *cpat = ap_pregcomp(r->pool, "\\<!DOCTYPE", REG_EXTENDED);
+  regex_t *cpat = ap_pregcomp(r->pool, "<!DOCTYPE", REG_EXTENDED);
 
   int rc = OK;
   int se = 1;