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:
philc
2011-02-07 20:00:04 -08:00
parent fb240fa79e
commit a0ba81c763
+1 -3
View File
@@ -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() {