From 301ef68005556303e0f28c51c8751e3ce585c47f Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sat, 2 Jan 2016 18:13:10 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B9=D0=B4=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D0=BC=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/WEB-INF/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/webapp/WEB-INF/index.html b/webapp/WEB-INF/index.html index 00e261d..111e808 100644 --- a/webapp/WEB-INF/index.html +++ b/webapp/WEB-INF/index.html @@ -1,12 +1,14 @@ <#include "/header.inc.html"> <#if resultsearch??>
- <#list resultsearch as kino> + <#if resultsearch?has_content> - <#else> -

Ничего не найдено =(

- + + <#else> +

Ничего не найдено =(

<#include "/fother.inc.html"> \ No newline at end of file