/[suikacvs]/test/html-webhacc/WebHACC/Language/Base.pm
Suika

Diff of /test/html-webhacc/WebHACC/Language/Base.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Mon Jul 21 13:09:19 2008 UTC revision 1.6 by wakaba, Thu Aug 14 11:58:32 2008 UTC
# Line 124  sub generate_source_string_section ($) { Line 124  sub generate_source_string_section ($) {
124    
125    my $out = $self->output;    my $out = $self->output;
126    my $i = 1;    my $i = 1;
127    $out->start_section (id => 'source-string', title => 'Document Source',    $out->start_section (role => 'source');
                        short_title => 'Source');  
128    $out->start_tag ('ol', lang => '');    $out->start_tag ('ol', lang => '');
129    
130    if (length $$s) {    if (length $$s) {
# Line 143  sub generate_source_string_section ($) { Line 142  sub generate_source_string_section ($) {
142    }    }
143    $out->end_tag ('ol');    $out->end_tag ('ol');
144    $out->add_source_to_parse_error_list ('parse-errors-list');    $out->add_source_to_parse_error_list ('parse-errors-list');
145    $out->end_section    $out->end_section;
146  } # generate_source_string_section  } # generate_source_string_section
147    
148  sub generate_additional_sections ($) {  sub generate_additional_sections ($) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24