trim whitespace from topic
--- branches/topic-space-45/speeqewebclient/scripts/messageview.js 2008-12-01 16:50:28 UTC (rev 143)
+++ branches/topic-space-45/speeqewebclient/scripts/messageview.js 2008-12-01 16:55:06 UTC (rev 144)
@@ -275,6 +275,7 @@
//set the topic
var topic = $(stanza).find('subject').text();
topic = this.translateMessage(topic,false);
+ topic = $.trim(topic);
$("#room_topic").empty();
$("#room_topic").append(topic);
$("#outer_room_topic").show();