Skip to content

Commit

Permalink
Item11512: <base tag must be closed for HTML validation
Browse files Browse the repository at this point in the history
Can't fix SafeWikiPlugin by breaking the HTML

git-svn-id: http://svn.foswiki.org/trunk@14049 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Feb 22, 2012
1 parent b0b66ed commit b711468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PatternSkin/templates/foswiki.pattern.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<meta name="TEXT_NUM_TOPICS" content="%MAKETEXT{"Number of topics:"}%" />
<meta name="TEXT_MODIFY_SEARCH" content="%MAKETEXT{"Modify search"}%" />
<meta name="robots" content="noindex" />%HTTP_EQUIV_ON_VIEW%
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%"><!--[if IE]></base><![endif]-->
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%" /><!--[if IE]></base><![endif]-->
%TMPL:P{"script"}%%TMPL:P{"defaultstyle"}%</head>%TMPL:END%

%TMPL:DEF{"script:skinbase"}%%{
Expand Down
4 changes: 2 additions & 2 deletions core/templates/foswiki.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Item2476: Put IE8 into compatibility mode to work around slow, erratic textarea
<link rel="icon" href="%FAVICON%" type="image/x-icon" /> <link rel="shortcut icon" href="%FAVICON%" type="image/x-icon" />
<link rel="alternate" href="%SCRIPTURL{edit}%/%BASEWEB%/%BASETOPIC%?t=%GMTIME{"$epoch"}%" type="application/x-wiki" title="edit %BASETOPIC%" />
<meta name="description" content="%TOPIC%" />
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%"><!--[if IE]></base><![endif]-->
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%" /><!--[if IE]></base><![endif]-->
%TMPL:P{"script"}%
%TMPL:P{"defaultstyle"}%
</head>%TMPL:END%%{
Expand Down Expand Up @@ -189,4 +189,4 @@ file.
}%%TMPL:P{"htmldoctype"}%
%TMPL:P{"head"}%
%TMPL:P{"bodystart"}%%TMPL:P{"main"}%%TMPL:P{"bodyend"}%
%{ REQUIRED: comment after output definition to filter out newlines }%
%{ REQUIRED: comment after output definition to filter out newlines }%

0 comments on commit b711468

Please sign in to comment.