lib/rouge/formatters/html.rb in rouge-2.1.0 vs lib/rouge/formatters/html.rb in rouge-2.1.1

- old
+ new

@@ -24,10 +24,10 @@ "<span class=\"#{shortname}\">#{safe_val}</span>" end end - private + TABLE_FOR_ESCAPE_HTML = { '&' => '&amp;', '<' => '&lt;', '>' => '&gt;', }