<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ module CodeCloth
 
   def syntaxify(text, scanner)
     text.gsub!(SYNTAXLESS_CODE_RE) do
-      escape_pre scanner.new(CGI::unescapeHTML($1)).tokenize.html(HTML_OPTIONS)
+      escape_pre scanner.new(CGI::unescapeHTML($1)).tokenize.html(HTML_OPTIONS).gsub('&amp;amp;', '&amp;#38;')
     end
     text
   end</diff>
      <filename>lib/codecloth.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d505f3f24543387e1065323df703fd0a5329c712</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </author>
  <url>http://github.com/nex3/nex3-s-blog-engine/commit/8e1600abe2fbada50dbbfbd3b853bfca6ec9de81</url>
  <id>8e1600abe2fbada50dbbfbd3b853bfca6ec9de81</id>
  <committed-date>2007-09-19T19:21:48-07:00</committed-date>
  <authored-date>2007-09-19T19:21:48-07:00</authored-date>
  <message>Fixing a codecloth bug that screwed with ampersands.</message>
  <tree>2dabd2e6d3962f1290d7d80eb6feb96fbaf5d2d2</tree>
  <committer>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </committer>
</commit>
