Archived
1
0

Merge pull request #22 from chen-chan/patch-1

no such attribute for textfield
This commit is contained in:
Jeff 2015-11-07 18:43:24 -05:00
commit f85eaf35ac

View File

@ -34,7 +34,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>
@ -66,4 +66,4 @@
</div> </div>
</div> </div>
</form> </form>