mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
c16592a29b
commit
c8bbc74447
1 changed files with 164 additions and 164 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue