From 881bc336c1cef93d08cd1f14e37f3a3feeb07e58 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Thu, 3 Jan 2013 17:24:54 +0700 Subject: many bugfixes message number js autoselection privacy fix --- src/java/com/juick/http/www/UserThread.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/java/com/juick/http/www/UserThread.java') diff --git a/src/java/com/juick/http/www/UserThread.java b/src/java/com/juick/http/www/UserThread.java index 0cb0243c..e0d2a4af 100644 --- a/src/java/com/juick/http/www/UserThread.java +++ b/src/java/com/juick/http/www/UserThread.java @@ -80,7 +80,7 @@ public class UserThread { out.println(""); // topwrapper PageTemplates.pageDialogTemplate(out, locale); - PageTemplates.pageFooter(request, out, locale, visitor); + PageTemplates.pageFooter(request, out, locale, visitor, false); } finally { out.close(); } @@ -293,7 +293,7 @@ public class UserThread { if (msg.AttachmentType.equals("jpg")) { out.println("
\"\"/
"); } else { - out.println("
\"\"/
"); + out.println("
\"\"/
"); } } out.println("
\""
"); @@ -332,7 +332,7 @@ public class UserThread { if (msg.AttachmentType.equals("jpg")) { out.println("
\"\"/
"); } else { - out.println("
\"\"/
"); + out.println("
\"\"/
"); } } out.println("
"); -- cgit v1.2.3