고객센터 연락처 미노출 조건 변경 - 문자열 공백 검사 함수 수정
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<!-- 고객센터 연락처: PortalProperty(Portal/customer.center.contact). 값이 공백이면 미노출 -->
|
||||
<p class="footer-contact" th:if="${#strings.trimmed(customerCenterContact) != ''}"
|
||||
<p class="footer-contact" th:if="${not #strings.isEmptyOrWhitespace(customerCenterContact)}"
|
||||
th:text="'고객센터 ' + ${customerCenterContact}">고객센터 1588-3388</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user