diff --git a/js/wrest.js b/js/wrest.js index 6957d6094..c0070ae4e 100644 --- a/js/wrest.js +++ b/js/wrest.js @@ -22,12 +22,12 @@ function wrestItemname(fld) var text = el.innerHTML.replace(/[<].*[>].*[<]\/+.*[>]/gi, ""); if(text == '') { - return fld.getAttribute("title") ? fld.getAttribute("title") : ( fld.getAttribute("alt") ? fld.getAttribute("alt") : fld.name ); + return fld.getAttribute("title") ? fld.getAttribute("title") : ( fld.getAttribute("placeholder") ? fld.getAttribute("placeholder") : fld.name ); } else { return text; } } else { - return fld.getAttribute("title") ? fld.getAttribute("title") : ( fld.getAttribute("alt") ? fld.getAttribute("alt") : fld.name ); + return fld.getAttribute("title") ? fld.getAttribute("title") : ( fld.getAttribute("placeholder") ? fld.getAttribute("placeholder") : fld.name ); } } diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index ef6272906..5214710b7 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -9,7 +9,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
-
+
- + @@ -126,9 +126,9 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
  • 목록
  • -
  • -
  • -
  • +
  • +
  • +
  • @@ -158,15 +158,15 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); - + diff --git a/skin/board/gallery/view.skin.php b/skin/board/gallery/view.skin.php index bbc215eb8..79ac40243 100644 --- a/skin/board/gallery/view.skin.php +++ b/skin/board/gallery/view.skin.php @@ -143,9 +143,9 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
    - 스크랩 - 추천 - 비추천 + 스크랩 + 추천 + 비추천
    ); // 최대 - "> + " id="secret_comment_"> ); // 최대 ?>