Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-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 1C086BBF8 for ; Mon, 2 Jan 2012 21:38:09 +0000 (UTC) Received: (qmail 78892 invoked by uid 500); 2 Jan 2012 21:38:09 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 78860 invoked by uid 500); 2 Jan 2012 21:38:09 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 78853 invoked by uid 99); 2 Jan 2012 21:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2012 21:38:08 +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; Mon, 02 Jan 2012 21:38:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ADCE923889DA; Mon, 2 Jan 2012 21:37:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1226553 - /incubator/ooo/ooo-site/trunk/lib/view.pm Date: Mon, 02 Jan 2012 21:37:47 -0000 To: ooo-commits@incubator.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120102213747.ADCE923889DA@eris.apache.org> Author: joes Date: Mon Jan 2 21:37:47 2012 New Revision: 1226553 URL: http://svn.apache.org/viewvc?rev=1226553&view=rev Log: whitespace to trigger site build Modified: incubator/ooo/ooo-site/trunk/lib/view.pm Modified: incubator/ooo/ooo-site/trunk/lib/view.pm URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/view.pm?rev=1226553&r1=1226552&r2=1226553&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/lib/view.pm (original) +++ incubator/ooo/ooo-site/trunk/lib/view.pm Mon Jan 2 21:37:47 2012 @@ -39,7 +39,7 @@ sub single_narrative { read_text_file $f, $args{$1}; } } -# default navbars and mdtext from templates folder. + # default navbars and mdtext from templates folder. my $templates_folder = "templates"; if (-d $templates_folder) { for my $f (grep -f, glob "$templates_folder/*.mdtext") { @@ -48,7 +48,7 @@ sub single_narrative { read_text_file $f, $args{$1}; } } -# folder specific overrides + # folder specific overrides $templates_folder = templatesfolder($args{path}); $args{templates_folder} = $templates_folder; if (-d $templates_folder) {