|
|
@@ -6,7 +6,6 @@ package kr.co.zumo.app.lifeplus.bean.api;
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
|
|
import kr.co.zumo.app.lifeplus.bean.JsonBeanBase;
|
|
|
-import kr.co.zumo.app.lifeplus.util.StringUtil;
|
|
|
|
|
|
/**
|
|
|
* ContentsDescriptionBean
|
|
|
@@ -35,7 +34,7 @@ public class ContentsMoreInfoBean extends JsonBeanBase {
|
|
|
}
|
|
|
|
|
|
public String getMoreInfo() {
|
|
|
- return StringUtil.stripHtml(moreInfo);
|
|
|
+ return moreInfo; //StringUtil.stripHtml(moreInfo);
|
|
|
}
|
|
|
|
|
|
public void setMoreInfo(String moreInfo) {
|