Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
commitff66fdbdf9ed414dfa75c7e66f738887dd9efc25 (patch)
treeb86f946b150e3919cafce790faf716905b930c38 /js/get_image.js.php
parentda0e04d179e8e11f3a0023e17305857c6fe6fbbd (diff)
Remove stray trailing whitespaces
Diffstat (limited to 'js/get_image.js.php')
-rw-r--r--js/get_image.js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/get_image.js.php b/js/get_image.js.php
index 60888c88f7..de8488a39f 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: (typeof PMA_TEST_THEME == 'undefined' ? '' : '../')
+ src: (typeof PMA_TEST_THEME == 'undefined' ? '' : '../')
+ 'themes/dot.gif'
},
isSprite: true,