diff --git a/views/readers.qtpl b/views/readers.qtpl index 2a63fc2..a4f6395 100644 --- a/views/readers.qtpl +++ b/views/readers.qtpl @@ -104,7 +104,7 @@ If you rename .prevnext, change the docs too. {% if u.Group == "admin" %}
- {%s lc.Get("ui.admin_panel") %} + {%s lc.Get("ui.admin_panel") %}
{% endif %} {% endif %} diff --git a/views/readers.qtpl.go b/views/readers.qtpl.go index 4d7e8b2..e9f6f40 100644 --- a/views/readers.qtpl.go +++ b/views/readers.qtpl.go @@ -360,7 +360,7 @@ func StreamHyphaHTML(qw422016 *qt422016.Writer, rq *http.Request, lc *l18n.Local //line views/readers.qtpl:105 qw422016.N().S(`
- `) + `) //line views/readers.qtpl:107 qw422016.E().S(lc.Get("ui.admin_panel")) //line views/readers.qtpl:107