Skip to content

Commit 285f67b

Browse files
committed
Use https to load docbookx.dtd.
Fixes build failures on code's Win32 VM. It seemed not to be a problem anywhere else, but it should be harmless.
1 parent 40cc42d commit 285f67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docbook/gnc-docbookx.dtd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ own entity definitions to use across all of our DocBook pages. -->
1818
***********************************************
1919
-->
2020
<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
21-
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
21+
"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
2222
%orig-docbook;
2323

2424
<!--

0 commit comments

Comments
 (0)