Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 63565 invoked from network); 5 Jan 2010 11:05:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 11:05:17 -0000 Received: (qmail 71168 invoked by uid 500); 5 Jan 2010 11:05:17 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 71154 invoked by uid 500); 5 Jan 2010 11:05:17 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 71100 invoked by uid 99); 5 Jan 2010 11:05:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 11:05:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 05 Jan 2010 11:05:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B8B332388901; Tue, 5 Jan 2010 11:04:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895986 - /incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java Date: Tue, 05 Jan 2010 11:04:53 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100105110453.B8B332388901@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Tue Jan 5 11:04:52 2010 New Revision: 895986 URL: http://svn.apache.org/viewvc?rev=895986&view=rev Log: fix markup. CLK-602 Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java?rev=895986&r1=895985&r2=895986&view=diff ============================================================================== --- incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java (original) +++ incubator/click/trunk/click/framework/src/org/apache/click/util/ErrorReport.java Tue Jan 5 11:04:52 2010 @@ -650,7 +650,7 @@ } else { buffer.append("null"); } - buffer.append("
"); + buffer.append("
"); } if (map.isEmpty()) { buffer.append(" ");