From aaa22980b28c8e12789725cf86f5deaa0817816c Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sat, 23 Jul 2005 13:28:56 +0000
Subject: [PATCH] <ul> manquant => bug firefox (Jacques)

---
 ecrire/sites.php3 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ecrire/sites.php3 b/ecrire/sites.php3
index d517f0f891..af3f99f83f 100644
--- a/ecrire/sites.php3
+++ b/ecrire/sites.php3
@@ -429,6 +429,8 @@ if ($syndication == "oui" OR $syndication == "off" OR $syndication == "sus") {
 
 		echo "<p><div align='left'>"._T('syndic_choix_oublier');
 
+		echo "<ul>\n";
+
 		# miroir
 		if (!$miroir AND !$miroir = $row['miroir']) $miroir = 'non';
 		echo "<li>"._T('syndic_option_miroir').' ';
@@ -445,6 +447,8 @@ if ($syndication == "oui" OR $syndication == "off" OR $syndication == "sus") {
 			" &nbsp; ");
 		echo "</li>\n";
 
+		echo "</ul>\n";
+
 		// Bouton "Valider"
 		echo "<div style='text-align:$spip_lang_right'><INPUT TYPE='submit' NAME='Valider' VALUE='"._T('bouton_valider')."' CLASS='fondo'></div>";
 
-- 
GitLab