lib/nanoc/helpers/html_escape.rb in nanoc-2.1.4 vs lib/nanoc/helpers/html_escape.rb in nanoc-2.1.5

- old
+ new

@@ -1,8 +1,10 @@ module Nanoc::Helpers # Nanoc::Helpers::HTMLEscape contains functionality for HTML-escaping # strings. + # + # This helper is activated automatically. module HTMLEscape # Returns the HTML-escaped representation of the given string. Only &, <, # > and " are escaped. def html_escape(string)