본문사진 타이틀에 파일명 안나오게하기 ^^

기타 조회 수 3892 추천 수 0 2010.01.22 15:40:52

\modules\editor\components\image_link/image_link.class.php 약 77번째

 

                $attr_output[] = "title=\"".$alt."\""; 를

 

                $attr_output[] = "title=\"\"";

29shirt.jpg 

첨부
profile

거짓말 같은 행복한 하루 되시길...^^

엮인글 :
http://michin.pe.kr/xe/5754/d8e/trackback

profile

파파민

2010.01.22 16:01:04
*.198.151.10

IE 6.0에서는 바로 위 alt 태그도 빈칸으로..

if($alt) {
$attr_output[] = "alt=\"\"";
$attr_output[] = "title=\"\"";
}
List of Articles
번호 제목 글쓴이 날짜 조회 수
위로