Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
508 | 508 |
|
509 | 509 |
# output |
510 | 510 |
print $self->create_http_response(content_type => 'text/html', charset => 'UTF-8'); |
511 |
print $doctypes{$params{doctype} || 'transitional'}, $/;
|
|
511 |
print $doctypes{$params{doctype} || 'html5'}, $/;
|
|
512 | 512 |
print <<EOT; |
513 | 513 |
<html> |
514 | 514 |
<head> |
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer