[sr-dev] git:5.4:b43f98af: doc/stylesheets: set 0 for id column in dbtext version table records

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 2 13:15:50 CEST 2020


Module: kamailio
Branch: 5.4
Commit: b43f98af239b8459bb8872464c954ba25ce3dbf5
URL: https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba25ce3dbf5

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-09-02T13:15:08+02:00

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

(cherry picked from commit fcd3f257c12d2e17fa92007f9d149e4ee27ec994)

---

Modified: doc/stylesheets/dbschema_k/xsl/dbtext.xsl

---

Diff:  https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba25ce3dbf5.diff
Patch: https://github.com/kamailio/kamailio/commit/b43f98af239b8459bb8872464c954ba25ce3dbf5.patch

---

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:text>0:</xsl:text>
 	<xsl:call-template name="get-name">
 	    <xsl:with-param name="select" select="parent::table"/>
 	</xsl:call-template>




More information about the sr-dev mailing list