Index: openacs-4/packages/forums/tcl/messages-format-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-format-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/forums/tcl/messages-format-procs.tcl 7 Jan 2003 18:58:35 -0000 1.1
+++ openacs-4/packages/forums/tcl/messages-format-procs.tcl 22 Sep 2003 20:37:06 -0000 1.2
@@ -28,7 +28,7 @@
":-/" "think"
} {
lappend emoticons_map $emoticon
- lappend emoticons_map ""
+ lappend emoticons_map ""
}
return [string map $emoticons_map $content]
}