使用 htmlentities 编码模版

hotfix/paypal-note
LiaoYijun 4 years ago
parent c15a41b240
commit 8d3efced56

@ -2413,7 +2413,7 @@
</div> </div>
</div> </div>
<textarea id="mobile_first_template" style="display: none;"><?php if (!empty($mobile_first_template)) { <textarea id="mobile_first_template" style="display: none;"><?php if (!empty($mobile_first_template)) {
echo $mobile_first_template; echo htmlentities($mobile_first_template);
} ?></textarea> } ?></textarea>
<!-- Trippest bokun窗口 --> <!-- Trippest bokun窗口 -->

Loading…
Cancel
Save