fix invalid end tag on input element

This commit is contained in:
xenofem 2020-06-28 02:16:58 -04:00
parent 2c6ec37e6a
commit 1ff55e17b1
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
:href="file.url"
>{{ file.url }}</a>
</div>
<input type="text" :placeholder="$t('post_status.media_description')" v-model="newStatus.mediaDescriptions[file.id]"></input>
<input type="text" :placeholder="$t('post_status.media_description')" v-model="newStatus.mediaDescriptions[file.id]">
</div>
</div>
<div