Add missing autocomplete=off to prevent Firefox from messing things up completely
This commit is contained in:
parent
e1d823d22e
commit
53bc5b2df1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="editor">
|
||||
<form action="" method="POST">
|
||||
<input type=hidden name=base_revision value="{{revision}}">
|
||||
<input autocomplete=off type=hidden name=base_revision value="{{revision}}">
|
||||
<textarea autocomplete=off name=body>{{raw}}</textarea>
|
||||
<textarea autocomplete=off class="shadow-control"></textarea>
|
||||
<div class="editor-controls">
|
||||
|
|
Loading…
Reference in a new issue