]> matita.cs.unibo.it Git - helm.git/commitdiff
":" bug in theory_pres fixed.
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 29 Jun 2001 14:05:12 +0000 (14:05 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 29 Jun 2001 14:05:12 +0000 (14:05 +0000)
helm/style/theory_pres.xsl

index 209e000d03a070cfd91bbc56c6bd9855c7a0e1b2..47b2622c86b93c9751f72623f7f1f1186d3005bf 100644 (file)
@@ -53,7 +53,7 @@
 
 <xsl:template match="ht:OBJECT">
  <xsl:variable name="delimiter">
-  <xsl:if test="@mode != 'lynkonly'">
+  <xsl:if test="@mode != 'linkonly'">
    <xsl:text>:</xsl:text>
   </xsl:if>
  </xsl:variable>