soundasleep / iacleaner

Automatically exported from code.google.com/p/iacleaner
0 stars 0 forks source link

HTML Doctypes are mangled slightly #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try and clean a HTML/PHP document that contains a Doctype

What is the expected output? What do you see instead?
Expected:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>page3</title>

Actual:
<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html>
  <head>
    <title>page3</title>

Original issue reported on code.google.com by soundasleep on 8 Aug 2009 at 10:11

GoogleCodeExporter commented 9 years ago
Resolved in r107.

Original comment by soundasleep on 7 Sep 2009 at 9:09