From b0cbd4c59a302838fff47491f14fc0855287c2be Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Tue, 11 Oct 2011 22:13:31 +0200 Subject: [PATCH] get_image.js - fix for IE --- js/get_image.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/get_image.js.php b/js/get_image.js.php index 40609d8d93..6064731d07 100644 --- a/js/get_image.js.php +++ b/js/get_image.js.php @@ -68,7 +68,7 @@ function PMA_getImage(image, alternate, attributes) { // this is private alt: '', title: '', - src: 'themes/dot.gif', + src: 'themes/dot.gif' }, isSprite: true, attr: function (name, value) { -- 2.11.4.GIT