| Summary: | Syntax problems in kdebase/docs/quickstart/index.docbook | ||
|---|---|---|---|
| Product: | [Websites] docs.kde.org | Reporter: | Abhishek Amit <abhishek> |
| Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to fix problems in index.docbook | ||
|
Description
Abhishek Amit
2004-08-28 11:30:35 UTC
Created attachment 7337 [details]
Patch to fix problems in index.docbook
CVS commit by philrod: Oops, didn't checkXML the file before committing it last night. It'll compile now. Thanks for the bug report. CCMAIL:88288-done@bugs.kde.org M +2 -3 index.docbook 1.23 --- kdebase/doc/quickstart/index.docbook #1.22:1.23 @@ -1,3 +1,2 @@ - <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" @@ -22,5 +21,5 @@ </authorgroup> -<date>2004-08-27</date> +<date>2004-08-28</date> <releaseinfo>3.00.00</releaseinfo> @@ -739,5 +738,5 @@ <note> <para> -&konqueror; uses <link linkend="mime">MIME types</link> to associate +&konqueror; uses MIME types to associate files with applications. </para> |