File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 122
122
123
123
<a >
124
124
<xsl : apply-templates select =" ." mode =" class.attribute" />
125
- <xsl : call-template name =" id.attribute" />
125
+ <!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76 -->
126
+ <!-- <xsl:call-template name="id.attribute"/> -->
126
127
<xsl : attribute name =" href" >
127
128
<xsl : call-template name =" href.target" >
128
129
<xsl : with-param name =" object" select =" $target[1]" />
146
147
147
148
<a >
148
149
<xsl : apply-templates select =" ." mode =" class.attribute" />
149
- <xsl : call-template name =" id.attribute" />
150
+ <!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76 -->
151
+ <!-- <xsl:call-template name="id.attribute"/> -->
150
152
<xsl : attribute name =" href" >
151
153
<xsl : call-template name =" href.target" >
152
154
<xsl : with-param name =" object" select =" $target[1]" />
You can’t perform that action at this time.
0 commit comments