Bugfixes coming from trunk (SVN #603):

* src/mod_muc/mod_muc_log.erl: bugfix.

SVN Revision: 612
This commit is contained in:
Mickaël Rémond
2006-09-22 07:58:58 +00:00
parent 8c8c7b1e3f
commit 0b660a42f4
+1 -1
View File
@@ -658,7 +658,7 @@ htmlize2(S1) ->
S3 = element(2, regexp:gsub(S2, "<", "\\&lt;")),
S4 = element(2, regexp:gsub(S3, ">", "\\&gt;")),
S5 = element(2, regexp:gsub(S4, "(http|ftp)://.[^ ]*", "<a href=\"&\">&</a>")),
S6.
S5.
get_room_info(RoomJID, Opts) ->
Title =