diff options
author | johnyma22 <john@mclear.co.uk> | 2012-10-30 17:22:08 +0000 |
---|---|---|
committer | johnyma22 <john@mclear.co.uk> | 2012-10-30 17:22:08 +0000 |
commit | 14ef06c699dd2e0ffe53244c3eb4f5a3acfb4947 (patch) | |
tree | a03b0cfab868417ce003f2bf2491288073e12845 /src/templates/pad.html | |
parent | 90751ff2e51e42374f71fea63c2504d34b53d6f8 (diff) | |
parent | 0702f4e58c3b606e079649c472e52d062c202f5b (diff) | |
download | etherpad-lite-14ef06c699dd2e0ffe53244c3eb4f5a3acfb4947.zip |
Merge branch 'develop' of github.com:Pita/etherpad-lite into feature/frontend-tests
Diffstat (limited to 'src/templates/pad.html')
-rw-r--r-- | src/templates/pad.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index ac920dc2..d65e41e8 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -334,7 +334,7 @@ <div id="chattext" class="authorColors"></div> <div id="chatinputbox"> <form> - <input id="chatinput" type="text" maxlength="140"> + <input id="chatinput" type="text" maxlength="999"> </form> </div> </div> |