diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-08 14:33:23 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-08 14:33:23 +0000 |
| commit | 29fe7922708ba93009f6266a241740a03dffeb36 (patch) | |
| tree | 09431fef307a20209d2466706d057298f0a8df6b /skins/stone_flat | |
| parent | ee5da34a3018428d8e291d118bd2e3d22fc38e52 (diff) | |
| download | xxv-29fe7922708ba93009f6266a241740a03dffeb36.tar.gz xxv-29fe7922708ba93009f6266a241740a03dffeb36.tar.bz2 | |
Charset Support. Use template start.tmpl with <?% charset %?> to show used data charset.
Diffstat (limited to 'skins/stone_flat')
| -rw-r--r-- | skins/stone_flat/index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/stone_flat/index.tmpl b/skins/stone_flat/index.tmpl index 1c63454..5a7c405 100644 --- a/skins/stone_flat/index.tmpl +++ b/skins/stone_flat/index.tmpl @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="<?% charset %?>"?> <!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="en" lang="en"> <head> <title>XXV</title> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=<?% charset %?>" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <meta name="robots" content="noindex,noarchive,nofollow" /> |
