Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 56)
+++ trunk/CHANGELOG	(revision 57)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.6.0 -------------------------------------
 09-Sep-2005 Stefan Braunewell
++	Added utf-8 character encoding meta tag into all stock templates.
 -/!	Removed initialize.php again, initialization now takes place in
 	class wb constructor.
 #	Fixed bug when changing a page's parent
Index: trunk/wb/templates/allcss/index.php
===================================================================
--- trunk/wb/templates/allcss/index.php	(revision 56)
+++ trunk/wb/templates/allcss/index.php	(revision 57)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php,v 1.6 2005/04/15 06:38:13 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -28,6 +28,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title><?php page_title(); ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="description" content="<?php page_description(); ?>" />
 <meta name="keywords" content="<?php page_keywords(); ?>" />
 <link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
Index: trunk/wb/templates/round/index.php
===================================================================
--- trunk/wb/templates/round/index.php	(revision 56)
+++ trunk/wb/templates/round/index.php	(revision 57)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php,v 1.6 2005/04/15 06:38:13 rdjurovich Exp $
+// $Id$
 
 /*
 
@@ -28,6 +28,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title><?php page_title(); ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="description" content="<?php page_description(); ?>" />
 <meta name="keywords" content="<?php page_keywords(); ?>" />
 <link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
Index: trunk/wb/templates/simple/index.php
===================================================================
--- trunk/wb/templates/simple/index.php	(revision 56)
+++ trunk/wb/templates/simple/index.php	(revision 57)
@@ -28,6 +28,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title><?php page_title(); ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="description" content="<?php page_description(); ?>" />
 <meta name="keywords" content="<?php page_keywords(); ?>" />
 <link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />
