Module Nanoc::Helpers::HTMLEscape
In: lib/nanoc/helpers/html_escape.rb

Nanoc::Helpers::HTMLEscape contains functionality for HTML-escaping strings.

Methods

h   html_escape  

Public Instance methods

h(string)

Alias for html_escape

Returns the HTML-escaped representation of the given string. Only &, <, > and " are escaped.

[Validate]