Remove invalid HTML attributes from textarea

pull/36/head
Samuel Mannehed 6 years ago committed by Lauri Kasanen
parent d1fdb877ef
commit 0045f07965

@ -367,8 +367,7 @@
on-screen keyboard. Let's hope Chrome implements the ime-mode
style for example -->
<textarea id="noVNC_keyboardinput" autocapitalize="off"
autocorrect="off" autocomplete="off" spellcheck="false"
mozactionhint="Enter" tabindex="-1"></textarea>
autocomplete="off" spellcheck="false" tabindex="-1"></textarea>
</div>
<audio id="noVNC_bell">

Loading…
Cancel
Save