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