diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/list/server-push.html.tmpl | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 48b60ac8a..5c2e0312a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -59,6 +59,11 @@ [% END %]
[% IF debug %] + <p> + [% FOREACH debugline = debugdata %] + [% debugline FILTER html %]<br> + [% END %] + </p> <p>[% query FILTER html %]</p> [% END %] diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index 4fb88e9b4..be7a63c56 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -35,6 +35,11 @@ [% IF debug %] <p> + [% FOREACH debugline = debugdata %] + <code>[% debugline FILTER html %]</code><br> + [% END %] + </p> + <p> <code>[% query FILTER html %]</code> </p> [% END %] |