doc: Add missing space in introspect.xsl

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>
This commit is contained in:
Philip Withnall 2016-10-01 13:46:38 +02:00 committed by Simon McVittie
parent bfebafc256
commit 699fbe8df6

View 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>