浏览代码

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 -->
     <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>