Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9e856cb6

Von Hans Peter Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 9e856cb6be6a92738a1ad9505f618278b5a828d7
  • Vorgänger cd8669c2
  • Nachfolger 64bbf711

Design 4.0: doctype html5 statt transitional

Unterschiede anzeigen:

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