Change types from text/x-red to text/html in node html files

This commit is contained in:
Kazuhito Yokoi
2020-01-15 11:40:48 +09:00
parent d45274494d
commit 74a015c329
168 changed files with 228 additions and 228 deletions

View File

@@ -14,7 +14,7 @@
limitations under the License.
-->
<script type="text/x-red" data-help-name="split">
<script type="text/html" data-help-name="split">
<p>메세지를 메세지열로 분할합니다.</p>
<h3>입력</h3>
@@ -53,7 +53,7 @@
</script>
<script type="text/x-red" data-help-name="join">
<script type="text/html" data-help-name="join">
<p>메세지열를 결합하여 하나의 메세지로 만듭니다.</p>
<p>메세지의 결합에는 다음 3개의 모드를 이용할 있습니다.</p>
<dl>