From 9af43612ccdcee3948ef10cf0a335dcbf4164f5a Mon Sep 17 00:00:00 2001 From: changwei <867597730@qq.com> Date: Thu, 7 Jun 2018 18:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E6=8B=BC=E6=8E=A5=E9=94=99=E8=AF=AF=E7=9A=84BUG=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=B0=86element=E5=8F=98=E9=87=8F=E6=8B=BC?= =?UTF-8?q?=E6=8E=A5=E5=88=B0img=E6=A0=87=E7=AD=BE=E7=9A=84id=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AFalt=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 抱歉,昨天我提pr的时候忘记检查了,今天才发现这个BUG --- src/helper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/helper.php b/src/helper.php index 380e0c4..a350403 100644 --- a/src/helper.php +++ b/src/helper.php @@ -57,8 +57,7 @@ function captcha_img($id = '') */ function captcha_img_with_replacement($id = '', $element = 'think-captcha') { - return '' . $element .
-        ''; }