File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 122122
123123 <a >
124124 <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"/> -->
126127 <xsl : attribute name =" href" >
127128 <xsl : call-template name =" href.target" >
128129 <xsl : with-param name =" object" select =" $target[1]" />
146147
147148 <a >
148149 <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"/> -->
150152 <xsl : attribute name =" href" >
151153 <xsl : call-template name =" href.target" >
152154 <xsl : with-param name =" object" select =" $target[1]" />
You can’t perform that action at this time.
0 commit comments