From: Andre Malo Date: Wed, 5 Feb 2014 22:47:57 +0000 (+0000) Subject: move string-reverse function into its own file and share it. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2dc813598324e223ee910e1b63a398b72b7ccdb;p=thirdparty%2Fapache%2Fhttpd.git move string-reverse function into its own file and share it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564972 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index 108d470141d..943db8b8b22 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -25,6 +25,9 @@ xmlns="http://www.w3.org/1999/xhtml"> + + + @@ -143,30 +146,6 @@ } - - - - - - - - - - - - - - - - - - - - - - - - + @@ -604,31 +605,6 @@ if (typeof(prettyPrint) !== 'undefined') { - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/manual/style/xsl/util/string-reverse.xsl b/docs/manual/style/xsl/util/string-reverse.xsl new file mode 100644 index 00000000000..4d560ad2932 --- /dev/null +++ b/docs/manual/style/xsl/util/string-reverse.xsl @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +