Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 82755 invoked from network); 5 Jul 2005 03:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 03:20:40 -0000 Received: (qmail 7995 invoked by uid 500); 5 Jul 2005 03:20:39 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 7937 invoked by uid 500); 5 Jul 2005 03:20:38 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 7896 invoked by uid 99); 5 Jul 2005 03:20:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2005 20:20:37 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Jul 2005 20:20:38 -0700 Received: (qmail 82489 invoked by uid 65534); 5 Jul 2005 03:20:33 -0000 Message-ID: <20050705032033.82487.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r209193 - /forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Date: Tue, 05 Jul 2005 03:20:33 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Jul 4 20:20:33 2005 New Revision: 209193 URL: http://svn.apache.org/viewcvs?rev=209193&view=rev Log: If the "motd-title" element from skinconf is empty, then do not append to title. Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl?rev=209193&r1=209192&r2=209193&view=diff ============================================================================== --- forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl (original) +++ forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Mon Jul 4 20:20:33 2005 @@ -63,9 +63,11 @@ - ( - - ) + + ( + + ) +