open ubb_edit_post.cgi
find
$message .= qq(
[ $edit_date: $vars_wordlets{edit_wording} $pubname ]);
replace for
$message .= qq(
<font size="1">[ $edit_date at $GotTime{Time}: $vars_wordlets{edit_wording} $pubname ]</font> <img src="wink.gif" border="0" alt="" /> ;
this will add the font tag the next time the member edits his message though.