X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster%2FHTML.pm;h=7fa63f5fc94690df252b5a269770f82138732ed3;hb=42243f04db2175b78c83c50aa1aa82bc14d7a00b;hp=eb3c56765964e4d1ec09fb70d14b7865c64b3738;hpb=90f613d3964e01ed8cc18ca07a89ffff87f72f4c;p=gruntmaster-page.git diff --git a/lib/Plack/App/Gruntmaster/HTML.pm b/lib/Plack/App/Gruntmaster/HTML.pm index eb3c567..7fa63f5 100644 --- a/lib/Plack/App/Gruntmaster/HTML.pm +++ b/lib/Plack/App/Gruntmaster/HTML.pm @@ -278,6 +278,7 @@ sub process_st { sub process_ed { my ($tree, %args) = @_; + $tree->content_handler(editorial => literal $args{editorial}); my $iter = sub { my ($data, $div) = @_; $div->set_child_content(class => 'value', $data->{value});