From e56b25d1c90968ed65976d0847cd9132df3468c6 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sat, 9 Apr 2005 15:16:41 +0000 Subject: [PATCH] =?UTF-8?q?conformit=C3=A9=20XHTML=20=C3=A0=20la=20petite?= =?UTF-8?q?=20cuill=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/login.html | 4 ++-- spip_cookie.php3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/login.html b/dist/login.html index 4edf520c0b..cf175dfca2 100644 --- a/dist/login.html +++ b/dist/login.html @@ -8,10 +8,10 @@ <body bgcolor="#ffffff" text="#000000" link="#e86519" vlink="#6e003a" alink="#ff9900"> <br /><br /><br /><center><table width="400"><tr><td width="400"> -<div align="center"> +<div style="float: center"> <h3 class="spip">#NOM_SITE_SPIP<br /> <small><:login_acces_prive:></small></h3> -<div align="#LANG_RIGHT">#MENU_LANG_ECRIRE</div> +<div style="text-align: #LANG_RIGHT">#MENU_LANG_ECRIRE</div> </div> #LOGIN_PRIVE diff --git a/spip_cookie.php3 b/spip_cookie.php3 index e9412e116e..e6bccc360f 100644 --- a/spip_cookie.php3 +++ b/spip_cookie.php3 @@ -101,7 +101,7 @@ if ($logout) { // le cas echeant. if ($test_echec_cookie == 'oui') { spip_setcookie('spip_session', 'test_echec_cookie'); - redirige_par_entete("spip_login.php3?var_echec_cookie=oui&url=" + redirige_par_entete("spip_login.php3?var_echec_cookie=oui&url=" . ($url ? $url : _DIR_RESTREINT_ABS)); } -- GitLab