summaryrefslogtreecommitdiff
path: root/tmpl/kanji.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-06-25 21:14:39 -0700
committerAlex Yatskov <alex@foosoft.net>2017-06-25 21:14:39 -0700
commit5e72c387ccf37501d79536c8dde4d96fd15c6a3e (patch)
treee2249e70c675dd4393d09779503eb244b1174664 /tmpl/kanji.html
parent8f850055a50c949b7494b38343111bc0c169cff7 (diff)
fix result page for no items found
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r--tmpl/kanji.html2
1 files changed, 1 insertions, 1 deletions
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}}
-<p>No results found.</p>
+<p class="note">No results found.</p>
{{/if}}