Skip to content

Commit

Permalink
Item1157: base tag self closing disables selecting text in IE6
Browse files Browse the repository at this point in the history
We have to use the old syntax


git-svn-id: http://svn.foswiki.org/trunk@2761 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Feb 27, 2009
1 parent ea0962e commit 28e2e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PatternSkin/templates/foswiki.pattern.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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%" />
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%"></base>

%TMPL:P{"script"}%%TMPL:P{"defaultstyle"}%</head>%TMPL:END%

Expand Down
2 changes: 1 addition & 1 deletion core/templates/foswiki.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<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=%DATE%" type="application/x-wiki" title="edit %BASETOPIC%" />
<meta name="description" content="%TOPIC%" />
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%" />
<base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%"></base>
%TMPL:P{"script"}%
%TMPL:P{"defaultstyle"}%
</head>%TMPL:END%
Expand Down

0 comments on commit 28e2e66

Please sign in to comment.