diff options
author | T.C. Hollingsworth <tchollingsworth@gmail.com> | 2012-10-11 22:16:38 -0400 |
---|---|---|
committer | T.C. Hollingsworth <tchollingsworth@gmail.com> | 2012-10-11 22:16:38 -0400 |
commit | 5ed36ed2f74d5659dcdefb9a147662b3b33dfb8e (patch) | |
tree | d385545f637a3f948818488d35099f021d5c5857 | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-5ed36ed2f74d5659dcdefb9a147662b3b33dfb8e.tar.xz |
docs: add id attribute to <book> and <article> elements
this commit was automated; please revert if it causes trouble
for details see http://lists.kde.org/?l=kde-doc-english&m=134965352825792&w=2
SVN_SILENT
-rw-r--r-- | doc/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.docbook b/doc/index.docbook index dd72acfa..166601ae 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -31,8 +31,8 @@ <!ENTITY % English "INCLUDE"> ]> -<book lang="&language;"> -<bookinfo> +<book id="rekonq" lang="&language;"> +<book id="rekonq"info> <title>The &rekonq; Handbook</title> <authorgroup> <author>&Andrea.Diamantini; &Andrea.Diamantini.mail;</author> |