Have computer data inside divecomputer tag

This includes all the data computer related data within the divecomputer
tag. All the extra noise is just indentation (apart from moving the
divecomputer end tag).

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-05-04 20:03:24 +03:00 committed by Dirk Hohndel
parent 4f5db4a11f
commit fdd714435e

View file

@ -230,7 +230,6 @@
<xsl:attribute name="model">
<xsl:value-of select="computer"/>
</xsl:attribute>
</divecomputer>
<xsl:choose>
<xsl:when test="maxdepth != ''">
@ -413,6 +412,7 @@
</event>
</xsl:if>
</xsl:for-each>
</divecomputer>
</dive>
</xsl:template>