mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source
This improves compatibility with external toolchains, such as those used by some documentation translation tools. Gabriele Bartolini
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
|
||||
|
||||
<!entity % version SYSTEM "version.sgml">
|
||||
<!ENTITY % version SYSTEM "version.sgml">
|
||||
%version;
|
||||
<!entity % filelist SYSTEM "filelist.sgml">
|
||||
<!ENTITY % filelist SYSTEM "filelist.sgml">
|
||||
%filelist;
|
||||
|
||||
<!entity reference SYSTEM "reference.sgml">
|
||||
<!ENTITY reference SYSTEM "reference.sgml">
|
||||
|
||||
]>
|
||||
|
||||
|
Reference in New Issue
Block a user