Skip to content
Extraits de code Groupes Projets
Valider c4dee29a rédigé par esj's avatar esj
Parcourir les fichiers

validation XHTML

parent f53b651b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -22,9 +22,9 @@ function bouton_barre_racc($action, $img, $help, $champhelp) {
."\" class='spip_barre' tabindex='1000'\ntitle=\""
. $a
."\""
.(!_DIR_RESTREINT ? '' : "\nonMouseOver=\"helpline('"
.(!_DIR_RESTREINT ? '' : "\nonmouseover=\"helpline('"
.addslashes($a)
."',$champhelp)\"\nonMouseOut=\"helpline('"
."',$champhelp)\"\nonmouseout=\"helpline('"
.attribut_html(_T('barre_aide'))
."', $champhelp)\"")
."><img\nsrc='"
......
......@@ -2617,7 +2617,7 @@ id='textarea_$num_textarea'
onselect='storeCaret(this);'
onclick='storeCaret(this);'
onkeyup='storeCaret(this);'
ondbclick='storeCaret(this);'>$texte</textarea>";
ondblclick='storeCaret(this);'>$texte</textarea>";
}
// comme in_array mais renvoie son 3e arg si le 2er arg n'est pas un tableau
......
......@@ -195,7 +195,7 @@ $GLOBALS['browser_caret'] = (!$GLOBALS['browser_barre'] ? '' : "
onselect='storeCaret(this);'
onclick='storeCaret(this);'
onkeyup='storeCaret(this);'
ondbclick='storeCaret(this);'");
ondblclick='storeCaret(this);'");
// Hack pour forcer largeur des formo/forml sous Mozilla >= 1.7
// meme principe que le behavior win_width.htc pour MSIE
......
<div class="formulaire_spip formulaire_recherche">
<a name="formulaire_recherche" id="formulaire_recherche"></a>
<form action="[(#ENV{lien})]" method="get">
[(#ENV{lien}|form_hidden)]
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter