]> granicus.if.org Git - ejabberd/commitdiff
Bugfixes coming from trunk (SVN #603):
authorMickaël Rémond <mickael.remond@process-one.net>
Fri, 22 Sep 2006 07:58:58 +0000 (07:58 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Fri, 22 Sep 2006 07:58:58 +0000 (07:58 +0000)
* src/mod_muc/mod_muc_log.erl: bugfix.

SVN Revision: 612

src/mod_muc/mod_muc_log.erl

index 15afd6350310953d4a5f591ef824a6d624fa9f3c..1ba731e7c1108f8976ceacaae87a117c8a5ac01a 100644 (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 =