aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
authorGravatar KillyMXI2017-08-19 02:58:48 +0300
committerGravatar KillyMXI2017-08-19 02:58:48 +0300
commit14095b6859dc69392e1d7b2a37b449e1f09e5b13 (patch)
treeae06361d40994df3781e91967e1a06f9345aef12 /juick-www/src/main/webapp
parentdf58ac0c9854cc33606e7379f1e87a00b0ef8a2d (diff)
www: reply textarea fix
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/thread.html4
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>