diff --git a/views/mutators.qtpl b/views/mutators.qtpl
index 233c3d5..ff7cbf0 100644
--- a/views/mutators.qtpl
+++ b/views/mutators.qtpl
@@ -34,7 +34,7 @@
Cancel
Note that the hypha is not saved yet. You can preview the changes ↓
-
+ {%s= renderedPage %}
{% endfunc %}
diff --git a/views/mutators.qtpl.go b/views/mutators.qtpl.go
index 5510ceb..23ac4ea 100644
--- a/views/mutators.qtpl.go
+++ b/views/mutators.qtpl.go
@@ -138,11 +138,11 @@ func StreamPreviewHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, t
qw422016.N().S(`" class="edit-form__cancel">Cancel
Note that the hypha is not saved yet. You can preview the changes ↓
- `)
+ `)
//line views/mutators.qtpl:37
qw422016.N().S(renderedPage)
//line views/mutators.qtpl:37
- qw422016.N().S(`
+ qw422016.N().S(`
`)