]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/content_to_html.xsl
Syntax error.
[helm.git] / helm / style / content_to_html.xsl
index 2570adc7381dca131c45e76f09f70fcfe2ed808c..01b2a41cbaff49ddb6c220179e3eda48ea6754c4 100644 (file)
@@ -2136,8 +2136,6 @@ CONJECTURES:
           <xsl:with-param name="current_indent" select="$current_indent"/>
          </xsl:apply-templates>
         </xsl:when>
-       </xsl:choose>
-       <xsl:choose>
         <xsl:when test="name(.)='Def'">
          <xsl:choose>
           <xsl:when test="@name">
@@ -2152,10 +2150,10 @@ CONJECTURES:
           <xsl:with-param name="current_indent" select="$current_indent"/>
          </xsl:apply-templates>
         </xsl:when>
+        <xsl:otherwise>
+         <xsl:text> _ :? _ </xsl:text>
+        </xsl:otherwise>
        </xsl:choose>
-       <xsl:otherwise>
-        <xsl:text> _ :? _ </xsl:text>
-       </xsl:otherwise>
       </xsl:for-each>
       |- <xsl:value-of select="./@no"/> : 
       <xsl:apply-templates select="./Goal/*[1]">