Revision 0d3820a9
Von Hans Peter Schlaepfer vor etwa 4 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
461 | 461 |
|
462 | 462 |
# output |
463 | 463 |
print $self->create_http_response(content_type => 'text/html', charset => 'UTF-8'); |
464 |
print $doctypes{$params{doctype} || 'transitional'}, $/;
|
|
464 |
print $doctypes{$params{doctype} || 'html5'}, $/;
|
|
465 | 465 |
print <<EOT; |
466 | 466 |
<html> |
467 | 467 |
<head> |
Auch abrufbar als: Unified diff
Design 4.0: doctype html5 statt transitional