summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-01-03 19:31:15 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-01-03 19:31:15 -0500
commit51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6 (patch)
treef321f9ab3768bca23c6ad7a34cacb8af7b748c3c /plugins/wp-syntax/geshi/geshi/typoscript.php
parentUpdate plugin wordpress-mobile-pack to 2.2.7 (diff)
downloadblogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.tar.gz
blogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.tar.bz2
blogs-gentoo-51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6.zip
Update plugin wp-syntax to 1.1
Diffstat (limited to 'plugins/wp-syntax/geshi/geshi/typoscript.php')
-rw-r--r--plugins/wp-syntax/geshi/geshi/typoscript.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/wp-syntax/geshi/geshi/typoscript.php b/plugins/wp-syntax/geshi/geshi/typoscript.php
index 6751aaa8..c5488661 100644
--- a/plugins/wp-syntax/geshi/geshi/typoscript.php
+++ b/plugins/wp-syntax/geshi/geshi/typoscript.php
@@ -4,7 +4,7 @@
* --------
* Author: Jan-Philipp Halle (typo3@jphalle.de)
* Copyright: (c) 2005 Jan-Philipp Halle (http://www.jphalle.de/)
- * Release Version: 1.0.8.11
+ * Release Version: 1.0.8.12
* Date Started: 2005/07/29
*
* TypoScript language file for GeSHi.
@@ -220,7 +220,7 @@ $language_data = array (
'REGEXPS' => array(
// xhtml tag
2 => array(
- GESHI_SEARCH => '(&lt;)([a-zA-Z\\/][^\\/\\|]*?)(&gt;)',
+ GESHI_SEARCH => '(&lt;)([a-zA-Z\\/][^\\/\\\x7C]*?)(&gt;)',
GESHI_REPLACE => '\\2',
GESHI_MODIFIERS => 's',
GESHI_BEFORE => '\\1',
@@ -294,7 +294,5 @@ $language_data = array (
'SCRIPT_DELIMITERS' => array(
),
'HIGHLIGHT_STRICT_BLOCK' => array(
- ),
+ )
);
-
-?>