README.markdown in deface-0.5.6 vs README.markdown in deface-0.5.7

- old
+ new

@@ -124,8 +124,6 @@ 1. Ensure that your layout views include doctype, html, head and body tags in a single file, as Nokogiri will create such elements if it detects any of these tags have been incorrectly nested. 2. Parsing will fail and result in invalid output if ERB blocks are responsible for closing an HTML tag that was opened normally, i.e. don't do this: - - <div <%= ">" %> - + &lt;div <%= ">" %>