--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
... | ... | @@ -876,10 +876,9 @@ |
| 876 | 876 |
<c:if test="${result.msgKind eq 'A' }" >
|
| 877 | 877 |
<p class="ad_tit">(광고)</p> |
| 878 | 878 |
</c:if> |
| 879 |
- <p class="none_txt" id="smsTxt"> |
|
| 879 |
+ <p class="realtime" id="smsTxt"> |
|
| 880 | 880 |
${fn:replace(result.smsTxt, newLineChar, "<br/>")}
|
| 881 | 881 |
</p> |
| 882 |
- <p class="realtime"></p> |
|
| 883 | 882 |
<c:if test="${result.msgKind eq 'A' }" >
|
| 884 | 883 |
<p class="deny_receipt">무료 거부 080-0000-0000</p> |
| 885 | 884 |
</c:if> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?