Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D262B586 for ; Tue, 10 Jan 2012 22:44:13 +0000 (UTC) Received: (qmail 67316 invoked by uid 500); 10 Jan 2012 22:44:13 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 67254 invoked by uid 500); 10 Jan 2012 22:44:13 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 67247 invoked by uid 99); 10 Jan 2012 22:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 22:44:12 +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; Tue, 10 Jan 2012 22:44:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF3432388B75; Tue, 10 Jan 2012 22:43:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1229776 - /incubator/flex/site/trunk/lib/view.pm Date: Tue, 10 Jan 2012 22:43:51 -0000 To: flex-commits@incubator.apache.org From: mschmalle@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120110224351.DF3432388B75@eris.apache.org> Author: mschmalle Date: Tue Jan 10 22:43:51 2012 New Revision: 1229776 URL: http://svn.apache.org/viewvc?rev=1229776&view=rev Log: minor(space) to get full site build Modified: incubator/flex/site/trunk/lib/view.pm Modified: incubator/flex/site/trunk/lib/view.pm URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/lib/view.pm?rev=1229776&r1=1229775&r2=1229776&view=diff ============================================================================== --- incubator/flex/site/trunk/lib/view.pm (original) +++ incubator/flex/site/trunk/lib/view.pm Tue Jan 10 22:43:51 2012 @@ -13,7 +13,7 @@ use ASF::Util qw/read_text_file sort_tab push our @TEMPLATE_DIRS, "templates"; -# This is most widely used view. It takes a +# This is most widely used view. It takes a # 'template' argument and a 'path' argument. # Assuming the path ends in foo.mdtext, any files # like foo.page/bar.mdtext will be parsed and