diff options
author | rbuj <[email protected]> | 2019-02-02 18:28:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-05 12:09:50 +0100 |
commit | a6a07e76e6e4f905e2d5e510b922d7bc93a68c35 (patch) | |
tree | 6322cef37543475ca1cf6e823dcb9e214a2c05f8 /logview/help/C/index.docbook | |
parent | 7f711993eb6234951a25c6c0dca01fb90bd43fa9 (diff) | |
download | mate-utils-a6a07e76e6e4f905e2d5e510b922d7bc93a68c35.tar.bz2 mate-utils-a6a07e76e6e4f905e2d5e510b922d7bc93a68c35.tar.xz |
help - bump docbook 4.5
fix validate errors:
$ find . -name "index.docbook" -exec yelp-check validate {} \;
validity error : Element othercredit content does not follow the DTD, expecting (honorific | firstname | surname | lineage | othername | affiliation | authorblurb | contrib)+, got (personname email )
Diffstat (limited to 'logview/help/C/index.docbook')
-rw-r--r-- | logview/help/C/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logview/help/C/index.docbook b/logview/help/C/index.docbook index a6a35c26..a04a7bf0 100644 --- a/logview/help/C/index.docbook +++ b/logview/help/C/index.docbook @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" -"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" +"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY legal SYSTEM "legal.xml"> <!ENTITY appversion "1.10"> <!ENTITY manrevision "1.10"> |