Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b6a6d4cf

Von Hans Peter Schlaepfer vor fast 4 Jahren hinzugefügt

  • ID b6a6d4cfc5e69a407bc67ecf36e92ca983b407c4
  • Vorgänger 6a980530
  • Nachfolger 25663f29

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