Gentoo Archives: gentoo-commits

From: "Tom Knight
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo/images: header.html
Date: Sun, 09 Sep 2007 11:04:32
Message-Id: E1IUKTz-0004Bh-N3@stork.gentoo.org
1 tomk 07/09/09 10:57:39
2
3 Modified: header.html
4 Log:
5 Added UTF-8 charset definition to content type headers
6
7 Revision Changes Path
8 1.2 forums/htdocs/templates/gentoo/images/header.html
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/images/header.html?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/images/header.html?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/templates/gentoo/images/header.html?r1=1.1&r2=1.2
13
14 Index: header.html
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/images/header.html,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- header.html 22 Jul 2005 16:25:12 -0000 1.1
21 +++ header.html 9 Sep 2007 10:57:39 -0000 1.2
22 @@ -1,7 +1,7 @@
23 <HTML>
24 <HEAD>
25 <TITLE>header1-smaller</TITLE>
26 -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
27 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
28 </HEAD>
29 <BODY BGCOLOR=#FFFFFF>
30 <!-- ImageReady Slices (header1-smaller.psd) -->
31
32
33
34 --
35 gentoo-commits@g.o mailing list