Showing
1 changed file
with
1 additions
and
1 deletions
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | </ul> | 110 | </ul> |
111 | 111 | ||
112 | <form id="msg" action="" method="post"> | 112 | <form id="msg" action="" method="post"> |
113 | - <textarea name="msg" rows="2" maxlength="40" placeholder="留言">{{msg}}</textarea> | 113 | + <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言"> |
114 | </form> | 114 | </form> |
115 | </section> | 115 | </section> |
116 | 116 |
-
Please register or login to post a comment