diff mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html @ 114:f8904351d6a3

mod_muc_log_http: Replace <font> tags with the more correct <span>
author Matthew Wild <mwild1@gmail.com>
date Mon, 04 Jan 2010 14:10:32 +0000
parents 0e4e000e3de9
children
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html	Wed Dec 30 15:49:49 2009 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/day_presence_statusChange.html	Mon Jan 04 14:10:32 2010 +0000
@@ -1,1 +1,1 @@
-<div name="status" style="display: ###SHOWHIDE###;">###TIME_STUFF###<font class="muc_statusChange"> *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###</font><br /></div>
\ No newline at end of file
+<div name="status" style="display: ###SHOWHIDE###;">###TIME_STUFF###<span class="muc_statusChange"> *** ###NICK### shows as "###SHOW###"###STATUS_STUFF###</span><br /></div>