diff --git a/ecrire/sites.php3 b/ecrire/sites.php3 index d517f0f8914330ec5f7222124bf429c46d486da7..af3f99f83f3070f04cee5f51ceb67d88e44434d0 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") { " "); 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>";