Skip to content

Commit c11e847

Browse files
committed
Fix syntax highlighting in the reference documentation
Closes gh-16548
1 parent 0d256da commit c11e847

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

spring-boot-docs/src/main/docbook/xsl/common.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-->
2121

2222
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
23-
xmlns:xslthl="http://xslthl.sourceforge.net/"
23+
xmlns:xslthl="http://xslthl.sf.net"
2424
xmlns:d="http://docbook.org/ns/docbook"
2525
exclude-result-prefixes="xslthl d"
2626
version='1.0'>

spring-boot-docs/src/main/docbook/xsl/epub.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ under the License.
2020
-->
2121

2222
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
23-
xmlns:xslthl="http://xslthl.sourceforge.net/"
23+
xmlns:xslthl="http://xslthl.sf.net"
2424
xmlns:d="http://docbook.org/ns/docbook"
2525
exclude-result-prefixes="xslthl d"
2626
version='1.0'>

spring-boot-docs/src/main/docbook/xsl/html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ under the License.
2020
-->
2121

2222
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
23-
xmlns:xslthl="http://xslthl.sourceforge.net/"
23+
xmlns:xslthl="http://xslthl.sf.net"
2424
xmlns:d="http://docbook.org/ns/docbook"
2525
exclude-result-prefixes="xslthl"
2626
version='1.0'>

spring-boot-docs/src/main/docbook/xsl/pdf.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2323
xmlns:d="http://docbook.org/ns/docbook"
2424
xmlns:fo="http://www.w3.org/1999/XSL/Format"
25-
xmlns:xslthl="http://xslthl.sourceforge.net/"
25+
xmlns:xslthl="http://xslthl.sf.net"
2626
xmlns:xlink='http://www.w3.org/1999/xlink'
2727
xmlns:exsl="http://exslt.org/common"
2828
exclude-result-prefixes="exsl xslthl d xlink"

spring-boot-docs/src/main/docbook/xsl/xslthl-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
<highlighter id="properties" file="./xslthl/properties-hl.xml" />
2020
<highlighter id="json" file="./xslthl/json-hl.xml" />
2121
<highlighter id="yaml" file="./xslthl/yaml-hl.xml" />
22-
<namespace prefix="xslthl" uri="http://xslthl.sourceforge.net/" />
22+
<namespace prefix="xslthl" uri="http://xslthl.sf.net" />
2323
</xslthl-config>

0 commit comments

Comments
 (0)