Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/Dancer/Plugin/EscapeHTML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ You can encode specific bits of data yourself using the C<escape_html> and
C<unescape_html> keywords, or you can enable automatic escaping of all values
passed to the template.

If you are using L<Template::Toolkit>, these modules provide similar
functionality: L<Template::HTML> and L<Template::Stash::EscapeHTML>.

=head1 KEYWORDS

Expand Down Expand Up @@ -163,6 +165,9 @@ L<Dancer>

L<HTML::Entities>

L<Template::HTML>

L<Template::Stash::EscapeHTML>


=head1 AUTHOR
Expand Down