From 08df8728632379ddfc40f4fb45792002fa06e9fd Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 7 Jun 2024 12:31:17 +0900 Subject: [PATCH] =?UTF-8?q?HTMLPurifier=5FFilter=5Fiframevideo=20=ED=81=B4?= =?UTF-8?q?=EB=9E=98=EC=8A=A4=EB=AA=85=EC=9D=98=20=EB=8C=80=EC=86=8C?= =?UTF-8?q?=EB=AC=B8=EC=9E=90=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95#324?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/htmlpurifier/extend.video.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/htmlpurifier/extend.video.php b/plugin/htmlpurifier/extend.video.php index 81b4aea0e..5c8ec59d2 100644 --- a/plugin/htmlpurifier/extend.video.php +++ b/plugin/htmlpurifier/extend.video.php @@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 */ if( !class_exists('HTMLPurifier_Filter_Iframevideo') ){ - class HTMLPurifier_Filter_iframevideo extends HTMLPurifier_Filter + class HTMLPurifier_Filter_Iframevideo extends HTMLPurifier_Filter { public $name = 'Iframevideo';