a0ba81c763
Must've been caused by some markup restructuring.
17 lines
514 B
Plaintext
17 lines
514 B
Plaintext
<div id="wiki-wrapper" class="edit">
|
|
<div id="head">
|
|
<h1>Editing <strong>{{title}}</strong></h1>
|
|
<ul class="actions">
|
|
<li class="minibutton"><a href="/{{escaped_name}}"
|
|
class="action-view-page">View Page</a></li>
|
|
<li class="minibutton"><a href="/history/{{escaped_name}}"
|
|
class="action-page-history">Page History</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="wiki-content">{{>editor}}</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
jQuery(document).ready(function() {
|
|
$.GollumEditor();
|
|
});
|
|
</script> |