diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 23:17:19 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 23:17:19 -0600 |
commit | c19952fa9c58be8f1559dc501390115812fb7d11 (patch) | |
tree | 1fea1067bfc553b657847cc8c2687a21cf37507a /doc | |
parent | 4caf77fecc9657710aa13fe8ee8226356ef3c2f1 (diff) | |
download | kaffeine-c19952fa9c58be8f1559dc501390115812fb7d11.tar.gz kaffeine-c19952fa9c58be8f1559dc501390115812fb7d11.zip |
Fix kaffeine doctype declaration for future maintenance of handbook files.
This partially resolves bug report 694.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kaffeine/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kaffeine/index.docbook b/doc/kaffeine/index.docbook index 65e3f34..5a9cf7c 100644 --- a/doc/kaffeine/index.docbook +++ b/doc/kaffeine/index.docbook @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" "dtd/kdex.dtd" [ +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!-- Define an entity for your application if it is not part of KDE CVS --> <!ENTITY kaffeine "<application>Kaffeine</application>"> |