Commit 9e4a3691 authored by platyhouse's avatar platyhouse

.

parent 74a53686
......@@ -289,7 +289,7 @@ namespace platyFramework;
</div>
<div class="row">
<div class='col-md-12'>
<?= $form->getSelect("(베타) 컨텐츠 노출 방식 (Android WebView)", "detailContentWebViewMode", array("기존 방식" => 0, "URL 호출 방식" => 1), "", "2019.01 월 이후 특정 안드로이드에서 HTML 테그를 처리하지 못하는 증상건<br>앱 버전 : 2.1.0 이상"); ?>
<?= $form->getSelect("컨텐츠 노출 방식 (Android WebView)", "detailContentWebViewMode", array("기존 방식" => 0, "URL 호출 방식" => 1), "", "2019.01 월 이후 특정 안드로이드에서 HTML 테그를 처리하지 못하는 증상건<br>앱 버전 : 2.1.0 이상"); ?>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment