Template::Stash::EscapeHTML - escape HTML automatically in Template-Toolkit.


Template-Stash-EscapeHTML documentation  | view source Contained in the Template-Stash-EscapeHTML distribution.

Index


NAME

Top

Template::Stash::EscapeHTML - escape HTML automatically in Template-Toolkit.

SYNOPSIS

Top

    use Template::Stash::EscapeHTML;

    my $tt = Template->new({
        STASH => Template::Stash::EscapeHTML->new,
        ...
    }); 

DESCRIPTION

Top

This module is a sub class of Template::Stash, automatically escape all HTML strings and avoid XSS vulnerability.

AUTHOR

Top

Tomohiro IKEBE, <ikebe@shebang.jp>

COPYRIGHT

Top


Template-Stash-EscapeHTML documentation  | view source Contained in the Template-Stash-EscapeHTML distribution.