내무부에 textarea 적용

This commit is contained in:
2018-04-21 07:57:41 +09:00
parent 8fe3d0258a
commit 50582a0e8b
3 changed files with 69 additions and 66 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function Tag2Code(string $str) {
function BadTag2Code(string $str) {
/* FIXME: 제대로된 tag 변환 코드 사용 */
$str = str_replace("<script", "<sorry", $str);
$str = str_replace("<embed", "<sorry", $str);
$str = str_replace("</script", "</sorry", $str);
return $str;
}