Skip to content

Commit

Permalink
Item9597: removed %FORMAT-based meta:pref implementation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@9308 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Sep 22, 2010
1 parent bb444c0 commit 8b045a1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions core/templates/foswiki.tmpl
Expand Up @@ -53,14 +53,6 @@ JQUERYPLUGIN is not a hard requirement, but it must sort earlier.
}%%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{"meta:preferences"}%%FORMAT{"%EXPORTEDPREFERENCES%"
type="string"
format="<meta name=\"foswiki.$item\" content=\"$percntENCODE{\"$percnt$item$percnt\"}$percnt\" /><!--$item-->"
separator="
"
}%
%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"script"}%%TMPL:P{"script:skinbase"}%%TMPL:P{"script:skintemplate"}%%TMPL:P{"script:topictemplate"}%%TMPL:END%%{
---------------------------------------------------
}%%TMPL:DEF{"script:skinbase"}%%TMPL:END%%{
Expand All @@ -81,7 +73,6 @@ 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%" />
%TMPL:P{"meta:preferences"}%
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%" /><!--[if IE]></base><![endif]-->
%TMPL:P{"script"}%
%TMPL:P{"defaultstyle"}%
Expand Down Expand Up @@ -198,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 8b045a1

Please sign in to comment.