mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-19 14:50:41 +02:00
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:
parent
bfebafc256
commit
699fbe8df6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue