Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 80173 invoked from network); 30 Nov 2010 13:16:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 13:16:09 -0000 Received: (qmail 55232 invoked by uid 500); 30 Nov 2010 13:16:09 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 55087 invoked by uid 500); 30 Nov 2010 13:16:08 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 55080 invoked by uid 99); 30 Nov 2010 13:16:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 13:16:08 +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, 30 Nov 2010 13:16:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AACE623888E7; Tue, 30 Nov 2010 13:14:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1040510 - /httpd/docs-build/trunk/review_translations.pl Date: Tue, 30 Nov 2010 13:14:33 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101130131433.AACE623888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Tue Nov 30 13:14:33 2010 New Revision: 1040510 URL: http://svn.apache.org/viewvc?rev=1040510&view=rev Log: Auto-gen doc block doesn't pass xml validation. Oops. Modified: httpd/docs-build/trunk/review_translations.pl Modified: httpd/docs-build/trunk/review_translations.pl URL: http://svn.apache.org/viewvc/httpd/docs-build/trunk/review_translations.pl?rev=1040510&r1=1040509&r2=1040510&view=diff ============================================================================== --- httpd/docs-build/trunk/review_translations.pl (original) +++ httpd/docs-build/trunk/review_translations.pl Tue Nov 30 13:14:33 2010 @@ -87,7 +87,7 @@ sub directive_doc { print "".$c.""; } print "\n"; - print "Documentation not yet translated. Please see English version of document.\n"; + print "

Documentation not yet translated. Please see English version of document.

\n"; print "\n\n"; }