From 11b8004d621d69b4e65b2efefc526b9900515738 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Tue, 19 Nov 2013 08:49:49 +0700 Subject: small bugfix, search, -places --- src/java/com/juick/http/www/PageTemplates.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/java/com/juick/http/www/PageTemplates.java') diff --git a/src/java/com/juick/http/www/PageTemplates.java b/src/java/com/juick/http/www/PageTemplates.java index c7118277..d3733305 100644 --- a/src/java/com/juick/http/www/PageTemplates.java +++ b/src/java/com/juick/http/www/PageTemplates.java @@ -41,7 +41,7 @@ import ru.sape.Sape; public class PageTemplates { public static Sape sape = null; - private static SimpleDateFormat sdfSQL = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.S"); + private static SimpleDateFormat sdfSQL = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); private static SimpleDateFormat sdfSimple = new SimpleDateFormat("d MMM"); private static SimpleDateFormat sdfFull = new SimpleDateFormat("d MMM yyyy"); private static SimpleDateFormat sdfJS = new SimpleDateFormat("yyyy,MM,dd,HH,mm,ss"); @@ -454,9 +454,7 @@ public class PageTemplates { out.print(" · " + rb.getString("Sponsored")); } out.println(""); - if (msg.Place != null) { - out.println("
" + msg.Place.name + "
"); - } + out.print("
" + txt + "
"); if (msg.AttachmentType != null) { -- cgit v1.2.3