Une petite correction dans spiplib /
function majuscules($texte){
$texte=htmlentities($texte);
$texte=strtoupper($texte);
$texte=eregi_replace("\&","&",$texte);
<<< $texte=eregi_replace("\&nbsp;"," ",$texte);
Donc :
http://atlas.bok.net/~fil/spip/spiplib.inc_0.0.3.phps