From 5e72c387ccf37501d79536c8dde4d96fd15c6a3e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 25 Jun 2017 21:14:39 -0700 Subject: fix result page for no items found --- tmpl/kanji.html | 2 +- tmpl/terms.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpl') diff --git a/tmpl/kanji.html b/tmpl/kanji.html index a2f78aff..28e4b8a4 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -63,5 +63,5 @@ {{> kanji debug=../debug addable=../addable source=../source root=../root}} {{/each}} {{else}} -

No results found.

+

No results found.

{{/if}} diff --git a/tmpl/terms.html b/tmpl/terms.html index 80735974..bf656cfb 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -72,5 +72,5 @@ {{> term debug=../debug grouped=../grouped addable=../addable playback=../playback}} {{/each}} {{else}} -

No results found.

+

No results found.

{{/if}} -- cgit v1.2.3