Browse Source

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

Daniel-Constantin Mierla 5 năm trước cách đây
mục cha
commit
fcd3f257c1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 -->
     <xsl:template match="version">
+	<xsl:text>0:</xsl:text>
 	<xsl:call-template name="get-name">
 	    <xsl:with-param name="select" select="parent::table"/>
 	</xsl:call-template>