Parent Directory
|
Revision Log
|
Patch
revision 1.3 by wakaba, Mon Jul 21 05:24:32 2008 UTC | revision 1.4 by wakaba, Mon Jul 21 08:39:12 2008 UTC | |
---|---|---|
# | Line 135 sub generate_source_string_section ($) { | Line 135 sub generate_source_string_section ($) { |
135 | $out->start_tag ('li', id => 'line-1'); | $out->start_tag ('li', id => 'line-1'); |
136 | } | } |
137 | $out->end_tag ('ol'); | $out->end_tag ('ol'); |
138 | $out->html (qq[<script> | $out->add_source_to_parse_error_list ('parse-errors-list'); |
addSourceToParseErrorList ('@{[$input->id_prefix]}', 'parse-errors-list'); | ||
</script>]); | ||
139 | $out->end_section | $out->end_section |
140 | } # generate_source_string_section | } # generate_source_string_section |
141 |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |