Move attribute tag to start of tag

This commit is contained in:
zsxeee
2021-09-30 19:22:17 +08:00
parent dcd68213b1
commit 138ddf5608
12 changed files with 26 additions and 43 deletions

View File

@@ -17,7 +17,7 @@
<div class="form-text">
<p>"application/json" is good for any modern http servers such as express.js</p>
<i18n-t keypath="webhookFormDataDesc" tag="p">
<i18n-t tag="p" keypath="webhookFormDataDesc">
"multipart/form-data"
<strong>json_decode($_POST['data'])</strong>
</i18n-t>