summaryrefslogtreecommitdiffabout
path: root/htdocs/ancestry/page.chtml
authorMichael Krelin <hacker@klever.net>2005-04-03 11:00:15 (UTC)
committer Michael Krelin <hacker@klever.net>2005-04-03 11:00:15 (UTC)
commit85471d7c2c74035399ba7047f409fe6248e1d6f0 (patch) (side-by-side diff)
tree65f94a620e03fc9174ed2812f8ef361c2b4535ec /htdocs/ancestry/page.chtml
parent0234b0ae9ba19a37771a8e7d519137fa811c206c (diff)
downloadsitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.zip
sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.gz
sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.bz2
spolit some things to make MSIE a bit happier
Diffstat (limited to 'htdocs/ancestry/page.chtml') (more/less context) (show whitespace changes)
-rw-r--r--htdocs/ancestry/page.chtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/ancestry/page.chtml b/htdocs/ancestry/page.chtml
index 5bec31e..b9f3434 100644
--- a/htdocs/ancestry/page.chtml
+++ b/htdocs/ancestry/page.chtml
@@ -1,28 +1,28 @@
% html(); return; /* vim:set ft=sitecing: */
%%var bool b_strict = true;
<%decl>
using std::string;
</%decl>
<%method void html() %>
% if(b_strict){
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
% }else{
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
% }
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
-% __SCIF->headers["Content-Type"] = "text/html";
+% __SCIF->headers["Content-Type"] = "text/html; charset=utf-8";
<title>site-C-ing: <% title() %></title>
<meta name="copyright" content="Copyright (c) 2005 Klever Group"/>
<link rel="stylesheet" href="/style.css" type="text/css" />
</head>
<body>
% body();
</body>
</html>
</%method>
<%codemethod string title() %>
return "untitled";
</%codemethod>
<%method void body() %>
</%method>