mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: don't add a para for an empty summary
Removes enough empty lines to cut the PDF down by 4 pages. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4e9892478b
commit
bd63d331b9
1 changed files with 5 additions and 3 deletions
|
|
@ -95,9 +95,11 @@
|
|||
<xsl:if test="name() = 'entry'" >
|
||||
<para>Value: <xsl:value-of select="@value"/></para>
|
||||
</xsl:if>
|
||||
<para>
|
||||
<xsl:value-of select="@summary"/>
|
||||
</para>
|
||||
<xsl:if test="@summary" >
|
||||
<para>
|
||||
<xsl:value-of select="@summary"/>
|
||||
</para>
|
||||
</xsl:if>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</xsl:template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue