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