Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e8851053

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

  • ID e885105325db4706c1421badd015185447d4ca52
  • Vorgänger faacf8db
  • Nachfolger eef2092a

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