summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-12 15:30:27 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-12 15:30:27 +0000
commit2b8b9397c5b006a1155c120e4f7797d54125e3d0 (patch)
treee2b51a88dd8152bc393e85bcf778e8320d6d2406
parent591ced6470b9120e6a63be298e06f2a34839765e (diff)
downloadmpfr-2b8b9397c5b006a1155c120e4f7797d54125e3d0.tar.gz
[doc/faq.xsl] Remove the indent="no" to get the same behavior as before
when using libxslt 1.1.27+. See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718535#10 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9575 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/faq.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/faq.xsl b/doc/faq.xsl
index 759eec186..6d2f9d867 100644
--- a/doc/faq.xsl
+++ b/doc/faq.xsl
@@ -18,8 +18,7 @@ the faq.html file on the MPFR web site. See the update-faq script.
<xsl:output method="xml"
encoding="iso-8859-1"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
- indent="no"/>
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<xsl:template match="/">
<xsl:text>&#10;</xsl:text>