Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0d3820a9

Von Hans Peter Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID 0d3820a911dafac9ddebad48d6393983e7f61ca8
  • Vorgänger b1d16f81
  • Nachfolger 5ebd8e7a

Design 4.0: doctype html5 statt transitional

Unterschiede anzeigen:

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