Revision 2b6e91d5
Von Sven Schöling vor etwa 2 Jahren hinzugefügt
SL/Layout/Base.pm | ||
---|---|---|
44 | 44 |
"templates/webpages"; |
45 | 45 |
} |
46 | 46 |
|
47 |
sub html_dialect { |
|
48 |
'transitional' |
|
49 |
} |
|
50 |
|
|
47 | 51 |
sub allow_stylesheet_fallback { |
48 | 52 |
1 |
49 | 53 |
} |
... | ... | |
366 | 370 |
|
367 | 371 |
Also see the next section L</GORY DETAILS ABOUT JAVASCRIPT AND STYLESHEET OVERLOADING> |
368 | 372 |
|
373 |
=item * html_dialect |
|
374 |
|
|
375 |
Default 'transitional'. Controls the html dialect that the header will |
|
376 |
generate. Used in combination with template overriding for html5. |
|
377 |
|
|
378 |
See also L<SL::Form/header> |
|
379 |
|
|
369 | 380 |
=back |
370 | 381 |
|
371 | 382 |
|
Auch abrufbar als: Unified diff
design40: html5 doctype statt html4 transitional für die alten templates