diff options
author | rbuj <[email protected]> | 2019-02-02 18:28:59 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2019-02-05 14:21:13 +0100 |
commit | 4b6a269f17a5375b1d77edccf5e86729baec5915 (patch) | |
tree | 9d98338beead1b53232f6ed377fadc55e007e198 /gsearchtool | |
parent | a18324570b5274a988a66724a48a83ac119e2934 (diff) | |
download | mate-utils-4b6a269f17a5375b1d77edccf5e86729baec5915.tar.bz2 mate-utils-4b6a269f17a5375b1d77edccf5e86729baec5915.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 'gsearchtool')
-rw-r--r-- | gsearchtool/help/C/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gsearchtool/help/C/index.docbook b/gsearchtool/help/C/index.docbook index 01af6358..3c4f8427 100644 --- a/gsearchtool/help/C/index.docbook +++ b/gsearchtool/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"> |