Skip to content

Commit

Permalink
Item12993: switching DOCTYPE html5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 1, 2014
1 parent a469ff8 commit 8811802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PatternSkin/templates/foswiki.pattern.tmpl
Expand Up @@ -36,7 +36,7 @@

%TMPL:DEF{"topicinfo"}%%TMPL:P{"topicaction"}%%TMPL:END%

%TMPL:DEF{"htmldoctype"}%<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="%LANG%" lang="%LANG%">%TMPL:END%
%TMPL:DEF{"htmldoctype"}%<!DOCTYPE html><html lang="%LANG%">%TMPL:END%

%TMPL:DEF{"head"}%<head>
%TMPL:P{"windowtitle"}%
Expand Down
3 changes: 2 additions & 1 deletion PatternSkin/templates/view.pattern.tmpl
Expand Up @@ -59,7 +59,8 @@
}%%TMPL:DEF{"flashnote"}%%IF{"defined FLASHNOTE and $FLASHNOTE != ''" then="$percntTMPL:P{$quotflashnote:contents$quot}$percnt"}%%TMPL:END%
%TMPL:DEF{"flashnote:contents"}%<div class="foswikiNotification"> %FLASHNOTE% </div>%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"content"}%%TMPL:P{"simpleheader"}%%TEXT% %IF{"$raw='on'" then='%TMPL:P{"sig_textareabuttons"}%'}%%TMPL:END%%{
}%%TMPL:DEF{"content"}%%TMPL:P{"simpleheader"}%
%TEXT% %IF{"$raw='on'" then='%TMPL:P{"sig_textareabuttons"}%'}%%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"printaction"}%%TMPL:P{"activatable_printable"}%%TMPL:END%%{
---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions core/templates/foswiki.tmpl
Expand Up @@ -50,8 +50,8 @@ JQUERYPLUGIN is not a hard requirement, but it must sort earlier.
---------------------------------------------------
}%%TMPL:DEF{"nonwikiword"}%%IF{"$HIDE_NON_WIKI_WORD_WARNINGS!='on'" then="$percntTMPL:P{$quotnonwikiwordwarning$quot}$percnt" else="$percntTMPL:P{$quotnonwikiwordallowed$quot}$percnt"}%%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"htmldoctype"}%<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="%LANG%" lang="%LANG%">%TMPL:END%%{
}%%TMPL:DEF{"htmldoctype"}%<!DOCTYPE html>
<html lang="%LANG%">%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"script"}%%TMPL:P{"script:skinbase"}%%TMPL:P{"script:skintemplate"}%%TMPL:P{"script:topictemplate"}%%TMPL:END%%{
---------------------------------------------------
Expand Down

0 comments on commit 8811802

Please sign in to comment.