plugins/geshi/geshi/d.php
changeset 3 f3e2bbbd2155
parent 2 9e3258dfae15
--- a/plugins/geshi/geshi/d.php	Fri May 29 19:30:59 2009 -0400
+++ b/plugins/geshi/geshi/d.php	Fri May 29 19:40:15 2009 -0400
@@ -4,7 +4,7 @@
  * -----
  * Author: Thomas Kuehne (thomas@kuehne.cn)
  * Copyright: (c) 2005 Thomas Kuehne (http://thomas.kuehne.cn/)
- * Release Version: 1.0.8.2
+ * Release Version: 1.0.8.4
  * Date Started: 2005/04/22
  *
  * D language file for GeSHi.
@@ -59,7 +59,7 @@
     'ESCAPE_CHAR' => '',
     'ESCAPE_REGEXP' => array(
         //Simple Single Char Escapes
-        1 => "#\\\\[abfnrtv\\'\"?\n]#i",
+        1 => "#\\\\[abfnrtv\\'\"?\n\\\\]#i",
         //Hexadecimal Char Specs
         2 => "#\\\\x[\da-fA-F]{2}#",
         //Hexadecimal Char Specs
@@ -269,4 +269,4 @@
         )
 );
 
-?>
+?>
\ No newline at end of file