Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 857877a0

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 857877a01d7ab44345c04c686019bdd5f261a52a
  • Vorgänger 8ff91208
  • Nachfolger f23587ba

Design 4.0: doctype html5 statt transitional

Unterschiede anzeigen:

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