Fix a bug where each time the editor is loaded, all of its existing content is indented by two spaces.
Must've been caused by some markup restructuring.
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
class="action-page-history">Page History</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="wiki-content">
|
||||
{{>editor}}
|
||||
</div>
|
||||
<div id="wiki-content">{{>editor}}</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
Reference in New Issue
Block a user