Module: kamailio Branch: master Commit: fcd3f257c12d2e17fa92007f9d149e4ee27ec994 URL: https://github.com/kamailio/kamailio/commit/fcd3f257c12d2e17fa92007f9d149e4e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-09-02T13:11:18+02:00
doc/stylesheets: set 0 for id column in dbtext version table records
---
Modified: doc/stylesheets/dbschema_k/xsl/dbtext.xsl
---
Diff: https://github.com/kamailio/kamailio/commit/fcd3f257c12d2e17fa92007f9d149e4e... Patch: https://github.com/kamailio/kamailio/commit/fcd3f257c12d2e17fa92007f9d149e4e...
---
diff --git a/doc/stylesheets/dbschema_k/xsl/dbtext.xsl b/doc/stylesheets/dbschema_k/xsl/dbtext.xsl index 8bb0599149..29c4b4da7d 100644 --- a/doc/stylesheets/dbschema_k/xsl/dbtext.xsl +++ b/doc/stylesheets/dbschema_k/xsl/dbtext.xsl @@ -53,6 +53,7 @@
<!-- version data template --> <xsl:template match="version"> + xsl:text0:</xsl:text> <xsl:call-template name="get-name"> <xsl:with-param name="select" select="parent::table"/> </xsl:call-template>