module Temple::Utils
def escape_html(html)
- Api: - public
Returns:
-
(String)
- The escaped string
Parameters:
-
html
(String
) -- The string to escape
def escape_html(html) EscapeUtils.escape_html(html.to_s) end
(String)
- The escaped string
html
(String
)
-- The string to escape
def escape_html(html) EscapeUtils.escape_html(html.to_s) end