diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php
index f3074dc8d..9ce272cb8 100644
--- a/classes/context/Context.class.php
+++ b/classes/context/Context.class.php
@@ -678,10 +678,10 @@
$content = preg_replace_callback('!<(div|img)([^\>]*)editor_component=([^\>]*?)>!is', array($this,'_transEditorComponent'), $content);
//
코드 변환
- $content = str_replace(array("
","
","
"),"
", $content);
+ $content = preg_replace('/
]*)>/i','
', $content);
// 코드를
코드로 변환
- $content = preg_replace('!
!is','
', $content);
+ $content = preg_replace('/
^\/]*)(\/>|>)/i','
', $content);
return $content;
}
diff --git a/modules/editor/components/quotation/quotation.class.php b/modules/editor/components/quotation/quotation.class.php
index 5767eabb2..b536153f9 100644
--- a/modules/editor/components/quotation/quotation.class.php
+++ b/modules/editor/components/quotation/quotation.class.php
@@ -92,10 +92,13 @@
}
$style .= "display:none;";
- $output .= sprintf('