From 299f2b3c2a76f04cd7c2c4d5394ef0d068cc08a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 26 May 2007 01:38:48 +0000 Subject: [PATCH] Adding missing alt attribute to screenshot overlay --- include/screenshot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/screenshot.php b/include/screenshot.php index c6074cf..dbe3657 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -376,7 +376,7 @@ class Screenshot { /* skip it for IE */ if(strpos($_SERVER['HTTP_USER_AGENT'], "MSIE") === false) { - $sZoomIcon = ''; + $sZoomIcon = ''; } else $sZoomIcon = "";