From b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Thu, 19 Jul 2007 00:19:43 +0000 Subject: few fixups to pass W3C Validation Service (wip) --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index aa407adf..459e8424 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1242,7 +1242,7 @@ function get_user_icon($name,$hover_name='',$title='') { $hov_url = Config::get('web_path') . '/images/' . $hover_icon; } - $hov_txt = "onMouseOver=\"this.src='$hov_url'; return true;\" onMouseOut=\"this.src='$img_url'; return true;\""; + $hov_txt = "onmouseover=\"this.src='$hov_url'; return true;\" onmouseout=\"this.src='$img_url'; return true;\""; } // end hover } // end if not cached -- cgit