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