From 3971c1cc98ea6a7d389ba5404df61e523184f3bc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 22 Jan 2006 13:53:27 +0100 Subject: GeSHi updated to 1.0.7.6 darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz --- inc/geshi/xml.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'inc/geshi/xml.php') diff --git a/inc/geshi/xml.php b/inc/geshi/xml.php index 682ca3dbe..022275062 100644 --- a/inc/geshi/xml.php +++ b/inc/geshi/xml.php @@ -4,15 +4,17 @@ * ------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.5 - * CVS Revision Version: $Revision: 1.7 $ + * Release Version: 1.0.7.6 + * CVS Revision Version: $Revision: 1.10 $ * Date Started: 2004/09/01 - * Last Modified: $Date: 2005/10/22 07:52:59 $ + * Last Modified: $Date: 2005/12/30 04:52:10 $ * * XML language file for GeSHi. Based on the idea/file by Christian Weiske * * CHANGES * ------- + * 2005/12/28 (1.0.2) + * - Removed escape character for strings * 2004/11/27 (1.0.1) * - Added support for multiple object splitters * 2004/10/27 (1.0.0) @@ -48,7 +50,7 @@ $language_data = array ( 'COMMENT_MULTI' => array(''), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, 'QUOTEMARKS' => array("'", '"'), - 'ESCAPE_CHAR' => '\\', + 'ESCAPE_CHAR' => '', 'KEYWORDS' => array( ), 'SYMBOLS' => array( -- cgit v1.2.3