summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-12 15:34:37 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-06-12 15:34:37 +0000
commit2c176a04a77eb600c0e1f745fd57158b4b3002cd (patch)
tree34d9724b4ad5108f93e9111daee652880cefbdf4
parentd8bcd1755126aced076a80ef0abe8ccd06f70b84 (diff)
downloadmpfr-2c176a04a77eb600c0e1f745fd57158b4b3002cd.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 (merged changeset r9575 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@9576 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 f21f9360c..e5db17f25 100644
--- a/doc/faq.xsl
+++ b/doc/faq.xsl
@@ -22,8 +22,7 @@ wget -q -O - http://www.mpfr.org/faq.html | \
<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>