From 2f4de8e4078ef6a0f3d84d5528b931d6dd333962 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 10 Apr 2018 18:19:56 +0000 Subject: [PATCH] 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 --- docs/manual/style/xsl/list_for_prettify.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/style/xsl/list_for_prettify.xsl b/docs/manual/style/xsl/list_for_prettify.xsl index 3e45a3cbea..f3e0a964b2 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], -- 2.40.0