website rev 985

webchat: utf-8 and russian link
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 20 19:58:37 2012 +0200 (2012-03-20)
parents 9edd6517a7dc
children f00e26cb57fe
files webchat.php
line diff
     1.1 --- a/webchat.php	Tue Mar 20 19:31:19 2012 +0200
     1.2 +++ b/webchat.php	Tue Mar 20 19:58:37 2012 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.5  <head>
     1.6  	<title>SliTaz - Web chat</title>
     1.7 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.8 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9  	<meta name="description" content="SliTaz Webchat - Connect to #slitaz on Freenode IRC" />
    1.10  	<meta name="keywords" lang="en" content="slitaz irc, slitaz chat, slitaz support" />
    1.11  	<meta name="author" content="Christophe Lincoln"/>
    1.12 @@ -38,11 +38,12 @@
    1.13  	<a href="da/">Dansk</a>
    1.14  	<a href="de/">Deutsch</a>
    1.15  	<a href="en/">English</a>
    1.16 -	<a href="es/">Espaol</a>
    1.17 -	<a href="fr/">Franais</a>
    1.18 +	<a href="es/">Español</a>
    1.19 +	<a href="fr/">Français</a>
    1.20  	<a href="id/">Indonesian</a>
    1.21  	<a href="it/">Italiano</a>
    1.22 -	<a href="pt/">Portugus</a>
    1.23 +	<a href="pt/">Português</a>
    1.24 +	<a href="ru/">Русский</a>
    1.25  	<a href="cn/">Chinese</a>
    1.26  </div>
    1.27