Преглед изворни кода

doc/stylesheets: set 0 for id column in dbtext version table records

Daniel-Constantin Mierla пре 5 година
родитељ
комит
fcd3f257c1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      doc/stylesheets/dbschema_k/xsl/dbtext.xsl

+ 1 - 0
doc/stylesheets/dbschema_k/xsl/dbtext.xsl

@@ -53,6 +53,7 @@
 
 
     <!-- version data template -->
     <!-- version data template -->
     <xsl:template match="version">
     <xsl:template match="version">
+	<xsl:text>0:</xsl:text>
 	<xsl:call-template name="get-name">
 	<xsl:call-template name="get-name">
 	    <xsl:with-param name="select" select="parent::table"/>
 	    <xsl:with-param name="select" select="parent::table"/>
 	</xsl:call-template>
 	</xsl:call-template>