diff options
Diffstat (limited to 'xslt/uddf.xslt')
-rw-r--r-- | xslt/uddf.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt index 0eaa06370..b3988f439 100644 --- a/xslt/uddf.xslt +++ b/xslt/uddf.xslt @@ -176,9 +176,9 @@ </buddy> </xsl:if> - <xsl:if test="note/text|informationafterdive/notes/para != ''"> + <xsl:if test="note/text|informationafterdive/notes/para|u:informationafterdive/u:notes/u:para != ''"> <notes> - <xsl:value-of select="note/text|informationafterdive/notes/para"/> + <xsl:value-of select="note/text|informationafterdive/notes/para|u:informationafterdive/u:notes/u:para"/> </notes> </xsl:if> |