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 /mate-dictionary/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 'mate-dictionary/help/C/index.docbook')
-rw-r--r-- | mate-dictionary/help/C/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/help/C/index.docbook b/mate-dictionary/help/C/index.docbook index dd59d0af..bf782663 100644 --- a/mate-dictionary/help/C/index.docbook +++ b/mate-dictionary/help/C/index.docbook @@ -1,5 +1,5 @@ <?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 app "Dictionary"> <!ENTITY applet "Dictionary Applet"> <!ENTITY appversion "1.10"> |