X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageMinichat%2Fmessage.js;h=ba15ddc25b3823423c0da37ca895a051b4a4b927;hp=a3d4d32c4d275d779c80091d126cdfdbed488f52;hb=7203835bce6f94b6afcc7403694145c829a4f833;hpb=b8df4cebbdbe838b78d4a860f1fe6e1931b1baf3 diff --git a/js/pageMinichat/message.js b/js/pageMinichat/message.js index a3d4d32..ba15ddc 100644 --- a/js/pageMinichat/message.js +++ b/js/pageMinichat/message.js @@ -144,9 +144,12 @@ euphorik.Message.prototype.XHTML = function(messagePair, pre) { (this.systeme ? " systeme" : "") + (this.ekMaster ? " ekMaster" + this.degreeOstentatoire : "") + "\">" + - "
" + - "[" + this.date + "]" + - "" + this.auteurId + "" + identifiant + "" + + "
"+ + "" + + "[" + this.date + "]" + + "" + this.auteurId + "" + identifiant + "" + + "" + + "" + XHTMLrepondA + "" + this.formateur.traitementComplet(this.contenu, this.pseudo) + "" + "";