Monotone-Parent: f8f29401b79be9d6545414948b83cb353a55ae8d

Monotone-Revision: 6b27e776287f9677560ff81cbb45e7471959c9e0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-06-30T01:39:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-06-30 01:39:27 +00:00
parent 6e69047f0c
commit deda9f6511
+1 -1
View File
@@ -390,7 +390,7 @@ function onViewEventCallback(http) {
div.down("P", 1).hide();
if (data["description"].length) {
div.down("P", 2).update(data["description"]);
div.down("P", 2).update(data["description"].replace(/\r\n/g, "<BR/>"));
div.down("P", 2).show();
} else
div.down("P", 2).hide();