From 5e72c387ccf37501d79536c8dde4d96fd15c6a3e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 25 Jun 2017 21:14:39 -0700 Subject: [PATCH] fix result page for no items found --- ext/bg/js/templates.js | 4 ++-- ext/fg/frame.html | 2 +- ext/mixed/css/frame.css | 2 +- tmpl/kanji.html | 2 +- tmpl/terms.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index d2e5435e..f10134ee 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -404,7 +404,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia },"23":function(container,depth0,helpers,partials,data) { return "
"; },"25":function(container,depth0,helpers,partials,data) { - return "

No results found.

\n"; + return "

No results found.

\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; @@ -586,7 +586,7 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia },"39":function(container,depth0,helpers,partials,data) { return "
"; },"41":function(container,depth0,helpers,partials,data) { - return "

No results found.

\n"; + return "

No results found.

\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; diff --git a/ext/fg/frame.html b/ext/fg/frame.html index 43f46d33..c20745af 100644 --- a/ext/fg/frame.html +++ b/ext/fg/frame.html @@ -7,7 +7,7 @@