diff options
author | François Andriot <francois.andriot@free.fr> | 2014-09-18 00:30:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-18 00:30:54 +0200 |
commit | 2824570e9e6581acc1b9ed81a8889ff5f58dd383 (patch) | |
tree | 64fc79aac1186b55a8a12fdbf838baad9bd71bae /kdoctools/customization | |
parent | 74ba660a7ee6eab8e74e3628abfaeffb47c6f9bb (diff) | |
download | tdelibs-2824570e9e6581acc1b9ed81a8889ff5f58dd383.tar.gz tdelibs-2824570e9e6581acc1b9ed81a8889ff5f58dd383.zip |
Fix missing attribute name in el, fi and ko docbook xml catalog
Diffstat (limited to 'kdoctools/customization')
-rw-r--r-- | kdoctools/customization/el/catalog.xml | 6 | ||||
-rw-r--r-- | kdoctools/customization/fi/catalog.xml | 6 | ||||
-rw-r--r-- | kdoctools/customization/ko/catalog.xml | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/kdoctools/customization/el/catalog.xml b/kdoctools/customization/el/catalog.xml index f7cc06c26..685473306 100644 --- a/kdoctools/customization/el/catalog.xml +++ b/kdoctools/customization/el/catalog.xml @@ -14,15 +14,15 @@ <public publicId="-//GNU//DOCUMENT GNU General Public License V2//EL" uri="common/gpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU General Public License V2 (HTML)//EL" - "common/gpl-translated.html" /> + uri="common/gpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EL" uri="common/lgpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//EL" - "common/lgpl-translated.html" /> + uri="common/lgpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1//EL" uri="common/fdl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//EL" - "common/fdl-translated.html" /> + uri="common/fdl-translated.html" /> <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//EL" uri="entities/underGPL.docbook" /> <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//EL" diff --git a/kdoctools/customization/fi/catalog.xml b/kdoctools/customization/fi/catalog.xml index bcbae6faa..cd1d83b38 100644 --- a/kdoctools/customization/fi/catalog.xml +++ b/kdoctools/customization/fi/catalog.xml @@ -14,15 +14,15 @@ <public publicId="-//GNU//DOCUMENT GNU General Public License V2//FI" uri="common/gpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU General Public License V2 (HTML)//FI" - "common/gpl-translated.html" /> + uri="common/gpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1//FI" uri="common/lgpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//FI" - "common/lgpl-translated.html" /> + uri="common/lgpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1//FI" uri="common/fdl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//FI" - "common/fdl-translated.html" /> + uri="common/fdl-translated.html" /> <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//FI" uri="entities/underGPL.docbook" /> <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//FI" diff --git a/kdoctools/customization/ko/catalog.xml b/kdoctools/customization/ko/catalog.xml index f07eda306..a9b8c97ec 100644 --- a/kdoctools/customization/ko/catalog.xml +++ b/kdoctools/customization/ko/catalog.xml @@ -14,15 +14,15 @@ <public publicId="-//GNU//DOCUMENT GNU General Public License V2//KO" uri="common/gpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU General Public License V2 (HTML)//KO" - "common/gpl-translated.html" /> + uri="common/gpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1//KO" uri="common/lgpl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//KO" - "common/lgpl-translated.html" /> + uri="common/lgpl-translated.html" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1//KO" uri="common/fdl-translated" /> <public publicId="-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//KO" - "common/fdl-translated.html" /> + uri="common/fdl-translated.html" /> <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//KO" uri="entities/underGPL.docbook" /> <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//KO" |