Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B92E5FF38 for ; Sun, 7 Apr 2013 21:31:48 +0000 (UTC) Received: (qmail 13009 invoked by uid 500); 7 Apr 2013 21:31:48 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 12979 invoked by uid 500); 7 Apr 2013 21:31:48 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 12969 invoked by uid 99); 7 Apr 2013 21:31:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 21:31:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 21:31:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DDF112388847; Sun, 7 Apr 2013 21:31:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465470 - in /roller/trunk/weblogger-webapp/src/main/webapp/themes: basic/_day.vm brushedmetal/_day.vm fauxcoly/day.vm Date: Sun, 07 Apr 2013 21:31:24 -0000 To: commits@roller.apache.org From: ghuber@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130407213124.DDF112388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ghuber Date: Sun Apr 7 21:31:24 2013 New Revision: 1465470 URL: http://svn.apache.org/r1465470 Log: Comment count not showing revert to a space. Modified: roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/_day.vm roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/_day.vm roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/day.vm Modified: roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/_day.vm URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/_day.vm?rev=1465470&r1=1465469&r2=1465470&view=diff ============================================================================== --- roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/_day.vm (original) +++ roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/_day.vm Sun Apr 7 21:31:24 2013 @@ -24,7 +24,7 @@ #set($commentCount = $entry.commentCount) #if($entry.commentsStillAllowed || $commentCount > 0) #set($link = "$url.comments($entry.anchor)" ) - $text.get("macro.weblog.comments"),[$commentCount]) + $text.get("macro.weblog.comments") [$commentCount] #end

#showTrackbackAutodiscovery($entry) Modified: roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/_day.vm URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/_day.vm?rev=1465470&r1=1465469&r2=1465470&view=diff ============================================================================== --- roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/_day.vm (original) +++ roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/_day.vm Sun Apr 7 21:31:24 2013 @@ -24,7 +24,7 @@ #end #set($commentCount = $entry.commentCount) #if($entry.commentsStillAllowed || $commentCount > 0) - $text.get("macro.weblog.comments"),[$commentCount]) + $text.get("macro.weblog.comments") [$commentCount] #end

#showTrackbackAutodiscovery($entry) Modified: roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/day.vm URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/day.vm?rev=1465470&r1=1465469&r2=1465470&view=diff ============================================================================== --- roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/day.vm (original) +++ roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/day.vm Sun Apr 7 21:31:24 2013 @@ -30,7 +30,7 @@ #set($commentCount = $entry.commentCount) #if($entry.commentsStillAllowed || $commentCount > 0) #set($link = "$url.comments($entry.anchor)" ) - $text.get("macro.weblog.comments"),[$commentCount]) + $text.get("macro.weblog.comments") [$commentCount] #end #if ($utils.isUserAuthorizedToAuthor($entry.website))