summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-01 03:21:54 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-01 03:21:54 +0200
commitb5c93ce3c63af4c4130d5b55a0f16cd022014e57 (patch)
tree180f15bc43f623de8328aa941edbac6aa7b4b127 /system
parent8d9b44ddb371846d458cef241c35ea5c196a5424 (diff)
removed an errant tab
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Image_lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php
index c734c3063..6b1e7e704 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -943,7 +943,7 @@ class CI_Image_lib {
{
@imagealphablending($src_img, TRUE);
}
-
+
// Set RGB values for text and shadow
$rgba = imagecolorat($wm_img, $this->wm_x_transp, $this->wm_y_transp);
$alpha = ($rgba & 0x7F000000) >> 24;