| Summary: | kio_info produces invalid HTML | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Christopher Yeleighton <giecrilj> |
| Component: | info | Assignee: | Matthias Hoelzer-Kluepfel <hoelzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | 4.7 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kde-runtime/0817c385be22fc990913a2a1fae9a8241cf51e6d | Version Fixed/Implemented In: | 4.10.0 |
| Sentry Crash Report: | |||
Git commit 0817c385be22fc990913a2a1fae9a8241cf51e6d by Albert Astals Cid, on behalf of Paul Walger. Committed on 09/12/2012 at 22:05. Pushed by aacid into branch 'master'. Make kio_info produce valid HTML REVIEW: 105590 FIXED-IN: 4.10.0 M +18 -8 kioslave/info/kde-info2html http://commits.kde.org/kde-runtime/0817c385be22fc990913a2a1fae9a8241cf51e6d |
Version: 4.7 (using KDE 4.7.2) OS: Linux The HTML code generated by the info I/O slave is invalid. Reproducible: Always Steps to Reproduce: 1. { kioclient exec 'info:/libc/Library Summary'; } 2. Tell Konqueror to save the page. 3. Tell HTML Validator service [1] to examine the code in "Library Summary.html". Actual Results: 1. Appendix B Summary of Library Facilities. 2. New file "Library Summary.html". 3. 8 Errors, 6 warning(s), including: * no document type declaration; implying "<!DOCTYPE HTML SYSTEM>" * <style> * <img src="help:common/top-kde.jpg"> Expected Results: 3. Congratulations! * <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" > * <STYLE TYPE="TEXT/CSS" > * <IMG SRC="help:common/top-kde.jpg" ALT="[KDE Help]" > OS: Linux (x86_64) release 3.1.9-1.4-desktop Compiler: gcc ___ [1] <URL: http://validator.w3.org/check >