Archived
1
0

no such attribute for textfield

This commit is contained in:
chen-chan 2015-11-07 23:20:32 +01:00
parent 4c9ec43d30
commit d16921d727

View File

@ -34,7 +34,7 @@
Comment
</th>
<td>
<textarea id="postform_message" type="text" name="message" cols=40 rows=5></textarea>
<textarea id="postform_message" name="message" cols=40 rows=5></textarea>
</td>
</tr>
<tr>
@ -66,4 +66,4 @@
</div>
</div>
</form>