--- test/html-webhacc/WebHACC/Output.pm 2008/08/15 05:53:23 1.16 +++ test/html-webhacc/WebHACC/Output.pm 2008/08/15 12:11:56 1.18 @@ -443,6 +443,9 @@ $msg =~ s{{text}}{ defined $opt{text} ? $htescape->($opt{text}) : '' }ge; + $msg =~ s{{value}}{ + defined $opt{value} ? $htescape->($opt{value}) : '' + }ge; $msg =~ s{{local-name}}{ UNIVERSAL::can ($node, 'manakai_local_name') ? $htescape->($node->manakai_local_name) : '' @@ -627,8 +630,6 @@ $out->end_tag ('form'); $out->end_section; - $out->end_tag ('fieldset'); - ## TODO: File upload $out->start_section (id => 'input-text', title => 'By direct input',