Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e71cecc7

Von Sven Schöling vor etwa 2 Jahren hinzugefügt

  • ID e71cecc7006742096b11a23bec1f3492c3bad042
  • Vorgänger beb3739a
  • Nachfolger 018d13ed

design40: html5 doctype statt html4 transitional für die alten templates

Unterschiede anzeigen:

SL/Form.pm
468 468

  
469 469
  # output
470 470
  print $self->create_http_response(content_type => 'text/html', charset => 'UTF-8');
471
  print $doctypes{$params{doctype} || 'transitional'}, $/;
471
  print $doctypes{$params{doctype} || $::request->layout->html_dialect}, $/;
472 472
  print <<EOT;
473 473
<html>
474 474
 <head>

Auch abrufbar als: Unified diff