]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/nuprl_stylesheets/nuprl_proof.xsl
@uri attribute added to tacticinstance. A "Tactic details" hyperlink is
[helm.git] / helm / nuprl_stylesheets / nuprl_proof.xsl
index 343cafd637e42a64880cd33cd7e550422e3e4397..8ba633db6c378b8fc16beb735a3f49dbdbc3474b 100644 (file)
@@ -54,7 +54,7 @@
 </xsl:template>
 
 <xsl:template match="tacticinstance">
-  <TacticInstance name="{@name}">
+  <TacticInstance name="{@name}" uri="{@uri}">
     <xsl:apply-templates select="extra_info"/>
   </TacticInstance>
 </xsl:template>