From 246728b345fec7653d127c46af12e16ca50574b8 Mon Sep 17 00:00:00 2001
From: changwei <867597730@qq.com>
Date: Thu, 7 Jun 2018 18:31:46 +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
---
src/helper.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/helper.php b/src/helper.php
index a350403..99e0e37 100644
--- a/src/helper.php
+++ b/src/helper.php
@@ -57,8 +57,8 @@ function captcha_img($id = '')
*/
function captcha_img_with_replacement($id = '', $element = 'think-captcha')
{
- return '
';
+ return '
';
}