diff --git a/addons/mobile/classes/mhtml.class.php b/addons/mobile/classes/mhtml.class.php index b34a7f9cb..adc93ee58 100644 --- a/addons/mobile/classes/mhtml.class.php +++ b/addons/mobile/classes/mhtml.class.php @@ -16,13 +16,16 @@ * @brief hdml 헤더 출력 **/ function printHeader() { - print("\n"); + print("
\n"); + if($this->totalPage > $this->mobilePage) $titlePageStr = sprintf("(%d/%d)",$this->mobilePage, $this->totalPage); + printf("\n");
+ // 카드제목
+ printf(" \n",htmlspecialchars($this->title),htmlspecialchars($titlePageStr));
}
/**
@@ -27,7 +29,8 @@
**/
function printTitle() {
if($this->totalPage > $this->mobilePage) $titlePageStr = sprintf("(%d/%d)",$this->mobilePage, $this->totalPage);
- printf('<%s%s>
-
+
%s', $this->title,$titlePageStr,"\n");
+ $this->title = str_replace(array('$','\'','_'), array('$$',''',''), $this->title);
+ printf('<%s%s>
%s', htmlspecialchars($this->title),htmlspecialchars($titlePageStr),"\n");
}
/**
diff --git a/modules/board/board.wap.php b/modules/board/board.wap.php
index 1f96197ed..62ab6aed0 100644
--- a/modules/board/board.wap.php
+++ b/modules/board/board.wap.php
@@ -41,7 +41,7 @@
$oComment->setAttribute($val);
if(!$oComment->isAccessible()) continue;
$content .= "".$oComment->getNickName()." (".$oComment->getRegdate("Y-m-d").")
\r\n".$oComment->getContent(false,false)."
\r\n";
- }
+ }
}
// 내용 설정
diff --git a/widgets/login_info/skins/xe_official/login_form.html b/widgets/login_info/skins/xe_official/login_form.html
index 67d185b1a..4af360d6c 100644
--- a/widgets/login_info/skins/xe_official/login_form.html
+++ b/widgets/login_info/skins/xe_official/login_form.html
@@ -33,12 +33,12 @@
-
+