From: Christophe Jaillet Date: Tue, 10 Apr 2018 18:19:56 +0000 (+0000) Subject: Align the regex with the one used in 2.4.x which gives nicer results. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4de8e4078ef6a0f3d84d5528b931d6dd333962;p=thirdparty%2Fapache%2Fhttpd.git Align the regex with the one used in 2.4.x which gives nicer results. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/list_for_prettify.xsl b/docs/manual/style/xsl/list_for_prettify.xsl index 3e45a3cbeaa..f3e0a964b26 100644 --- a/docs/manual/style/xsl/list_for_prettify.xsl +++ b/docs/manual/style/xsl/list_for_prettify.xsl @@ -59,13 +59,13 @@ # in place of the correponding PR_TAG array.&lf; &lf; - [PR_TAG, /^<\/?\b( + [PR_TAG, /^\b( -).*?>/, null], +)\b/, null],