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"> <div class="post platform">
<form> <form>
<input type="text" class="newpost" placeholder="Titel"> <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!"> <input type="submit" value="Plaats!">
</form> </form>
</div> </div>