Skip to content

Commit 706e932

Browse files
authored
Better Rack::Utils escape HTML link (#310)
The previous one supplied zero documentation of the `escape_html` method.
1 parent 97cf1dd commit 706e932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

faq.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ And in `mailerapp.rb`:
220220
How do I escape HTML? {#escape_html}
221221
---------------------
222222

223-
Use [Rack::Utils](http://www.rubydoc.info/github/rack/rack/Rack/Utils)
223+
Use [Rack::Utils](https://www.rubydoc.info/gems/rack/Rack/Utils#escape_html-class_method)
224224
in your helpers as follows:
225225

226226
helpers do

0 commit comments

Comments
 (0)