summaryrefslogtreecommitdiff
path: root/docs/html-to-website-xml.xsl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-27 20:14:04 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-27 20:14:04 +0100
commite2fdeecfcb86f736f42d5bafb61479674b84041d (patch)
tree2862c7ae8623cbd9920be2e0ac236305799867cd /docs/html-to-website-xml.xsl
parent0c27fe84074529409350dc8eb56519390434a396 (diff)
downloadrabbitmq-server-git-e2fdeecfcb86f736f42d5bafb61479674b84041d.tar.gz
cosmetic: remove trailing whitespace from doc templates
Diffstat (limited to 'docs/html-to-website-xml.xsl')
-rw-r--r--docs/html-to-website-xml.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index a35b869967..f2117e2679 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -26,8 +26,8 @@
<xsl:choose>
<xsl:when test="document($original)/refentry/refmeta/manvolnum">
<p>
- This is the manual page for
- <code><xsl:value-of select="document($original)/refentry/refnamediv/refname"/>(<xsl:value-of select="document($original)/refentry/refmeta/manvolnum"/>)</code>.
+ This is the manual page for
+ <code><xsl:value-of select="document($original)/refentry/refnamediv/refname"/>(<xsl:value-of select="document($original)/refentry/refmeta/manvolnum"/>)</code>.
</p>
<p>
<a href="manpages.html">See a list of all manual pages</a>.
@@ -35,13 +35,13 @@
</xsl:when>
<xsl:otherwise>
<p>
- This is the documentation for
- <code><xsl:value-of select="document($original)/refentry/refnamediv/refname"/></code>.
+ This is the documentation for
+ <code><xsl:value-of select="document($original)/refentry/refnamediv/refname"/></code>.
</p>
</xsl:otherwise>
</xsl:choose>
<p>
- For more general documentation, please see the
+ For more general documentation, please see the
<a href="admin-guide.html">administrator's guide</a>.
</p>