Stop thread compose box from being filled with spaces initially
This commit is contained in:
parent
77365cc0c3
commit
69919bcccb
|
@ -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>
|
Loading…
Reference in New Issue