From: Andre Malo Date: Sun, 2 Feb 2014 22:09:55 +0000 (+0000) Subject: remove trailing comma, avoiding syntax errors in older browsers - and chm X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e34309b03a8595eb5224b4981e3dd6f560a11b0;p=thirdparty%2Fapache%2Fhttpd.git remove trailing comma, avoiding syntax errors in older browsers - and chm viewers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/scripts/prettify.js b/docs/manual/style/scripts/prettify.js index a27abe4f578..2fa959a0d89 100644 --- a/docs/manual/style/scripts/prettify.js +++ b/docs/manual/style/scripts/prettify.js @@ -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,