Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by wakaba, Sun Jul 20 16:53:10 2008 UTC | revision 1.3 by wakaba, Mon Jul 21 08:39:12 2008 UTC | |
|---|---|---|
| # | Line 16 sub generate_syntax_error_section ($) { | Line 16 sub generate_syntax_error_section ($) { |
| 16 | $out->start_section (id => 'parse-errors', title => 'Errors'); | $out->start_section (id => 'parse-errors', title => 'Errors'); |
| 17 | $out->start_tag ('dl'); | $out->start_tag ('dl'); |
| 18 | ||
| 19 | $self->result->add_error (url => $self->input->{uri}, | $self->result->add_error (input => $self->input, |
| 20 | level => 'u', | level => 'u', |
| 21 | layer => 'syntax', | layer => 'syntax', |
| 22 | type => 'media type not supported', | type => 'media type not supported', |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |