[or-cvs] r15453: Fix encoding to UTF8 without BOM Add missing CHARSET tag (website/trunk/fi)

mfr at seul.org mfr at seul.org
Tue Jun 24 17:38:32 UTC 2008


Author: mfr
Date: 2008-06-24 13:38:31 -0400 (Tue, 24 Jun 2008)
New Revision: 15453

Modified:
   website/trunk/fi/index.wml
   website/trunk/fi/navigation.wmi
Log:
Fix encoding to UTF8 without BOM 
Add missing CHARSET tag

Modified: website/trunk/fi/index.wml
===================================================================
--- website/trunk/fi/index.wml	2008-06-24 16:21:48 UTC (rev 15452)
+++ website/trunk/fi/index.wml	2008-06-24 17:38:31 UTC (rev 15453)
@@ -1,8 +1,8 @@
-## translation metadata
+## translation metadata
 # Based-On-Revision: 14740
 # Last-Translator: djhasis(at)gmail.com
 
-#include "head.wmi" TITLE="Tor: anonyymisesti verkossa"
+#include "head.wmi" TITLE="Tor: anonyymisesti verkossa" CHARSET="UTF-8"
 
 <!-- SIDEBAR (OPTIONAL) -->
 <div class="sidebar">

Modified: website/trunk/fi/navigation.wmi
===================================================================
--- website/trunk/fi/navigation.wmi	2008-06-24 16:21:48 UTC (rev 15452)
+++ website/trunk/fi/navigation.wmi	2008-06-24 17:38:31 UTC (rev 15453)
@@ -1,9 +1,10 @@
-#!/usr/bin/wml
+#!/usr/bin/wml
 
 ## translation metadata
 # Based-On-Revision: 13772
 # Last-Translator: djhasis(at)gmail.com
 
+
 <:
 	my @navigation = (
 		'index'			, 'Etusivu',



More information about the tor-commits mailing list