NAME
WE_Frontend::Plugin::HTMLFromText - format a textual table description to HTML
SYNOPSIS
my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE HTMLFromText %]
[% HTMLFromText.out(textdef) %]
DESCRIPTION
This plugin feeds the textdef object to HTML::FromText. The opts member can be set a list of decorators and output modes.
METHODS
AUTHOR
Slaven Rezic - slaven@rezic.de