\modules\editor\components\image_link/image_link.class.php 약 77번째
$attr_output[] = "title=\"".$alt."\""; 를
$attr_output[] = "title=\"\"";
거짓말 같은 행복한 하루 되시길...^^
2010.01.22 16:01:04 *.198.151.10
18
»
16
15
14
13
12
11
10
9
8
7
if($alt) {
$attr_output[] = "alt=\"\"";
$attr_output[] = "title=\"\"";
}