Bugfixes coming from trunk (SVN #603):
* src/mod_muc/mod_muc_log.erl: bugfix. SVN Revision: 612
This commit is contained in:
@@ -658,7 +658,7 @@ htmlize2(S1) ->
|
||||
S3 = element(2, regexp:gsub(S2, "<", "\\<")),
|
||||
S4 = element(2, regexp:gsub(S3, ">", "\\>")),
|
||||
S5 = element(2, regexp:gsub(S4, "(http|ftp)://.[^ ]*", "<a href=\"&\">&</a>")),
|
||||
S6.
|
||||
S5.
|
||||
|
||||
get_room_info(RoomJID, Opts) ->
|
||||
Title =
|
||||
|
||||
Reference in New Issue
Block a user