diff --git a/files/templates/chat.html b/files/templates/chat.html index b9328b351..efab3d240 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -188,8 +188,8 @@ } function quote(text) { - textbox.style.height = '76px' - textbox.value = '> ' + text + '\n' + textbox.style.height = '80px' + textbox.value = '> ' + text + '\n\n' textbox.focus() }