Stop thread compose box from being filled with spaces initially

This commit is contained in:
ngoomie 2024-08-23 23:43:57 -06:00
parent 77365cc0c3
commit 69919bcccb
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
id="post-content"
name="post-content"
cols="50" rows="5"
placeholder="post content">
</textarea><br /><br />
placeholder="post content"></textarea>
<br /><br />
<input type="submit" value="post!" />
</form>