From 98756ba4d973d22ef8725db70eabf5a26a4737a3 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 17 Dec 2018 10:04:15 +0200 Subject: [ci skip] Merge pull request #5652 from Khuthaily/patch-1 Add px to width and height inline style output of create_captcha() --- system/helpers/captcha_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index a67b72bd5..94779e4e2 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -333,7 +333,7 @@ if ( ! function_exists('create_captcha')) return FALSE; } - $img = ' '; + $img = ' '; ImageDestroy($im); return array('word' => $word, 'time' => $now, 'image' => $img, 'filename' => $img_filename); -- cgit v1.2.3-24-g4f1b