Add missing autocomplete=off to prevent Firefox from messing things up completely

This commit is contained in:
Magnus Hoff 2017-09-20 11:54:47 +02:00
parent e1d823d22e
commit 53bc5b2df1

View file

@ -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">