Skip to content
Snippets Groups Projects
Commit 1ff55e17 authored by xenofem's avatar xenofem
Browse files

fix invalid end tag on input element

parent 2c6ec37e
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment