Fixed placeholder for new post.

This commit is contained in:
K. Nobel
2017-01-24 16:58:51 +01:00
parent 887c773463
commit de03d8799a

View File

@@ -60,7 +60,7 @@
<div class="post platform">
<form>
<input type="text" class="newpost" placeholder="Titel">
<textarea class="newpost">Schrijf een berichtje...</textarea>
<textarea class="newpost" placeholder="Schrijf een berichtje..."></textarea>
<input type="submit" value="Plaats!">
</form>
</div>