From 8e94048f159b270a6926c3749a0dd61d8c09d5a2 Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Tue, 9 Mar 2021 20:51:37 +0500 Subject: [PATCH] Make preview look more like view --- views/mutators.qtpl | 2 +- views/mutators.qtpl.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}
+
{%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(` `)