X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Fchat%2Fcommandes.js;h=0c3d23b26a31ce125f0b86bab4c8a293df3d998f;hp=5aec5d5ee9f78cb73e53aea3d0d7f100c8155c9e;hb=5dc140390551c133ac5525725a86854ca69679af;hpb=24ed7a141aa345454300dd260bbabae3a9f92408 diff --git a/js/chat/commandes.js b/js/chat/commandes.js index 5aec5d5..0c3d23b 100644 --- a/js/chat/commandes.js +++ b/js/chat/commandes.js @@ -40,7 +40,7 @@ euphorik.Commandes = function(client, pageMinichat, util, formater) { objectEach( euphorik.Commandes.liste, function(name, commande) { - thisCommandes.texteAide += "
  • " + thisCommandes.formater.traitementComplet(commande.usage) + " : " + thisCommandes.formater.traitementComplet(commande.description) + "
  • "; + thisCommandes.texteAide += "
  • " + thisCommandes.formater.completeProcessing(commande.usage) + " : " + thisCommandes.formater.completeProcessing(commande.description) + "
  • "; } ); this.texteAide += "";