NAME

WE_Frontend::Plugin::HtmlNum - numeric html/xml entities

SYNOPSIS

# In the calling script (normally already done by WebEditor::OldController)
my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});

# In the template
[% USE HtmlNum %]
[% FILTER html_num %]
...
[% END %]
[% variable | html_num %]

DESCRIPTION

Like the html_entities filter, but use numeric entities instead.

AUTHOR

Slaven Rezic - slaven@rezic.de

SEE ALSO

Template::Plugin::Filter.