diff options
Diffstat (limited to 'xslt/DiveLog.xslt')
-rw-r--r-- | xslt/DiveLog.xslt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xslt/DiveLog.xslt b/xslt/DiveLog.xslt index 66a3fd061..b4bab8905 100644 --- a/xslt/DiveLog.xslt +++ b/xslt/DiveLog.xslt @@ -55,8 +55,13 @@ <xsl:value-of select="@Site"/> </location> + <xsl:variable name="lf"> + <xsl:text> +</xsl:text> + </xsl:variable> <notes> <xsl:value-of select="notes"/> + <xsl:value-of select="concat($lf, 'Weather: ', @Weather, $lf, 'Visibility: ', @Visibility)"/> </notes> <cylinder> |