]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc: Add missing space in introspect.xsl
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 1 Oct 2016 11:46:38 +0000 (13:46 +0200)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 3 Oct 2016 10:33:34 +0000 (11:33 +0100)
This adds a space in the output between ‘annotation’ and the key of the
annotation. A Saturday afternoon cosmetic fix.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=86162
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
doc/introspect.xsl

index 2a34474186519af6bbdd76d4134fa654f3cbe5bf..52604a5c52357847913e19eeba6c5613ac95eee8 100644 (file)
@@ -97,7 +97,7 @@
 
 <xsl:template match="annotation"> 
   <li>
-    <span class="keyword">annotation</span>
+    <span class="keyword">annotation</span><xsl:text> </xsl:text>
     <code><xsl:value-of select="@name"/></code><xsl:text> = </xsl:text>
     <code><xsl:value-of select="@value"/></code>
   </li>