diff options
author | KillyMXI | 2017-08-19 02:58:48 +0300 |
---|---|---|
committer | KillyMXI | 2017-08-19 02:58:48 +0300 |
commit | 14095b6859dc69392e1d7b2a37b449e1f09e5b13 (patch) | |
tree | ae06361d40994df3781e91967e1a06f9345aef12 /juick-www | |
parent | df58ac0c9854cc33606e7379f1e87a00b0ef8a2d (diff) |
www: reply textarea fix
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 301ad8f8..c317a2f2 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -34,9 +34,7 @@ <input type="hidden" name="mid" value="{{ msg.mid }}"/> <div class="msg-comment"> <div class="ta-wrapper"> - <textarea name="body" rows="1" class="reply" placeholder="Написать комментарий"> - - </textarea> + <textarea name="body" rows="1" class="reply" placeholder="Написать комментарий"></textarea> </div> </div> </form> |