From 24dc9da32cb540c8655c40c530ed196f2f4e09a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 28 Jan 2014 22:55:37 +0000 Subject: [PATCH] restore directive output without module attribute git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562298 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/common.xsl | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/manual/style/latex/common.xsl b/docs/manual/style/latex/common.xsl index 228204176f..a3a04a0bde 100644 --- a/docs/manual/style/latex/common.xsl +++ b/docs/manual/style/latex/common.xsl @@ -143,7 +143,8 @@ select="$metafile/basename"/> \textsc{ \textless{} - + + \hyperlink{/mod/ : @@ -160,7 +161,11 @@ select="$metafile/basename"/> }{ } - + + + + + \textgreater{} } @@ -168,7 +173,8 @@ select="$metafile/basename"/> \textsc{ \textless{} - + + \hyperlink{/mod/ : @@ -185,7 +191,11 @@ select="$metafile/basename"/> }{ } - + + + + + \textgreater{} } -- 2.50.1