소스 검색

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>