Archived
1
0

similar to PR22

"no such attribute for textfield"
This commit is contained in:
4cdn 2015-11-19 20:03:08 -05:00
parent 0e28120697
commit 24b6ad9276

View File

@ -28,7 +28,7 @@
Comment Comment
</th> </th>
<td> <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> </td>
</tr> </tr>
<tr> <tr>
@ -53,4 +53,4 @@
</div> </div>
</form> </form>
</body> </body>
</html> </html>