aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html
index 2121c87..0d973ec 100644
--- a/public/client.html
+++ b/public/client.html
@@ -613,7 +613,7 @@
<template id="ooc">
<meta name="frame-title" lang="en" content="Server">
<div style="height: 100%; display: flex; flex-direction: column;">
- <textarea id="client_ooclog" style="flex: 1 auto" readonly></textarea>
+ <div id="client_ooclog" style="flex: 1 auto" readonly></div>
<span id="client_oocinput">
<input id="OOC_name" name="OOC_name" type="text">
<input id="client_oocinputbox" type="text" onkeypress="onOOCEnter(event)">