aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxenofem <xenofem@xeno.science>2020-06-28 02:16:58 -0400
committerxenofem <xenofem@xeno.science>2020-06-28 02:16:58 -0400
commit1ff55e17b1931f0578458256f4ca912e3c50e0cc (patch)
tree5546ac339ce72b53b095ce29ece380bf6c06dc1d
parent2c6ec37e6a796d2d7be7be58ac0e3c6c8bbd6a18 (diff)
fix invalid end tag on input element
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 551df948..6eefc853 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -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