<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -133,8 +133,8 @@
 (defn- emit-root [node]
   (if-let [[name public-id system-id] (-&gt; node meta ::xml/dtd)]
     (let [preamble (if public-id 
-                     (str &quot;&lt;!DOCTYPE \&quot;&quot; name &quot;\&quot; PUBLIC \&quot;&quot; public-id &quot;\&quot;\n    \&quot;&quot; system-id &quot;\&quot;&gt;\n&quot;) 
-                     (str &quot;&lt;!DOCTYPE \&quot;&quot; name &quot;\&quot; SYSTEM \&quot;&quot; system-id &quot;\&quot;&gt;\n&quot;))]
+                     (str &quot;&lt;!DOCTYPE &quot; name &quot; PUBLIC \&quot;&quot; public-id &quot;\&quot;\n    \&quot;&quot; system-id &quot;\&quot;&gt;\n&quot;) 
+                     (str &quot;&lt;!DOCTYPE &quot; name &quot; SYSTEM \&quot;&quot; system-id &quot;\&quot;&gt;\n&quot;))]
       (cons preamble (emit node)))
     (emit node)))
   </diff>
      <filename>src/net/cgrand/enlive_html.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da1a2378762eed9501847a4f574fbe63bd2baf4d</id>
    </parent>
  </parents>
  <author>
    <name>Christophe Grand</name>
    <email>christophe@cgrand.net</email>
  </author>
  <url>http://github.com/cgrand/enlive/commit/ea3bce9ba539981f5034a102af0abf1eb2166799</url>
  <id>ea3bce9ba539981f5034a102af0abf1eb2166799</id>
  <committed-date>2009-10-29T12:18:18-07:00</committed-date>
  <authored-date>2009-10-29T12:18:18-07:00</authored-date>
  <message>remove unneeded quotes in DOCTYPE</message>
  <tree>9964a5c5a427ba7be0046c0be8c35b9d570629d6</tree>
  <committer>
    <name>Christophe Grand</name>
    <email>christophe@cgrand.net</email>
  </committer>
</commit>
