Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70E8310234 for ; Sun, 2 Feb 2014 22:10:18 +0000 (UTC) Received: (qmail 21580 invoked by uid 500); 2 Feb 2014 22:10:16 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 21531 invoked by uid 500); 2 Feb 2014 22:10:16 -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 21524 invoked by uid 99); 2 Feb 2014 22:10:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Feb 2014 22:10:16 +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; Sun, 02 Feb 2014 22:10:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8C1D62388868; Sun, 2 Feb 2014 22:09:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1563730 - /httpd/httpd/trunk/docs/manual/style/scripts/prettify.js Date: Sun, 02 Feb 2014 22:09:55 -0000 To: cvs@httpd.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140202220955.8C1D62388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nd Date: Sun Feb 2 22:09:55 2014 New Revision: 1563730 URL: http://svn.apache.org/r1563730 Log: remove trailing comma, avoiding syntax errors in older browsers - and chm viewers. Modified: httpd/httpd/trunk/docs/manual/style/scripts/prettify.js Modified: httpd/httpd/trunk/docs/manual/style/scripts/prettify.js URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/scripts/prettify.js?rev=1563730&r1=1563729&r2=1563730&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/style/scripts/prettify.js (original) +++ httpd/httpd/trunk/docs/manual/style/scripts/prettify.js Sun Feb 2 22:09:55 2014 @@ -1300,7 +1300,7 @@ var REGEXP_PRECEDER_PATTERN = '(?:^^\\.? 'keywords': CPP_KEYWORDS, 'hashComments': true, 'cStyleComments': true, - 'types': C_TYPES, + 'types': C_TYPES }), ['c', 'cc', 'cpp', 'cxx', 'cyc', 'm']); registerLangHandler(sourceDecorator({ 'keywords': PHP_KEYWORDS,