Review using spellchecker, fixing accents and a number of typos
[project-aon.git] / common / xsl / xhtml.xsl
index 1449e52..fab55c7 100644 (file)
@@ -573,14 +573,16 @@ Todo:
 
 <xsl:template match="puzzle">
  <p class="puzzle">
-  <xsl:apply-templates /><xsl:value-of select="$newline" />
+  <xsl:apply-templates />
  </p>
+ <xsl:value-of select="$newline" />
 </xsl:template>
 
 <xsl:template match="deadend">
  <p class="deadend">
-  <xsl:apply-templates /><xsl:value-of select="$newline" />
+  <xsl:apply-templates />
  </p>
+ <xsl:value-of select="$newline" />
 </xsl:template>
 
 <xsl:template match="data/signpost">