summaryrefslogtreecommitdiff
path: root/docs/xslt/expand-sambadoc.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r--docs/xslt/expand-sambadoc.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index cd91bff8a1..ca57e7fec8 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -232,6 +232,9 @@
</xsl:attribute>
<xsl:element name="title">
+ <xsl:if test="imagedescription = ''">
+ <xsl:message><xsl:text>imagedescription of image with id </xsl:text><xsl:value-of select="@id"/><xsl:text> is empty.</xsl:text></xsl:message>
+ </xsl:if>
<xsl:value-of select="imagedescription"/>
</xsl:element>
<xsl:element name="mediaobject">