From d41a5d1e3a8c18d9b7fd61f2a33ed3354c594e8b Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 28 Aug 2017 12:34:58 +0000 Subject: [PATCH] synopsis.xsl: fix broken translation builds This commit is a follow up of r1805189, in which a new logic was added to allow to repeat a directive name only if its type is different (like SSLPolicy and ). The change broken french translations since the $this variable, containing the translated sections, was not used anymore. The XPath code could surely be improved, but it seems more pressing to allow our translators to get back to their daily work without interference. build.sh validate-* worked fine, as well as the build.sh fr translation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1806443 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/synopsis.xsl | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 37aa3c27d1..401ac5ff25 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -325,7 +325,22 @@ - + + + + + + + + + -- 2.40.0