diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-04-24 23:38:06 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-04-24 23:38:06 +0200 |
commit | 73e63a9849d22dfb511be2b355e496a7826578f7 (patch) | |
tree | d616b6315786429bd4324f534696ec71b9fea895 /inc/geshi/java5.php | |
parent | 30e171a066ac1f11bc699e4ed7309d868d9713f4 (diff) | |
download | rpg-73e63a9849d22dfb511be2b355e496a7826578f7.tar.gz rpg-73e63a9849d22dfb511be2b355e496a7826578f7.tar.bz2 |
GeShi Update to 1.0.7.9
darcs-hash:20060424213806-7ad00-05b1ae64e442ef72b94f0cc900530336ea70f3bd.gz
Diffstat (limited to 'inc/geshi/java5.php')
-rw-r--r-- | inc/geshi/java5.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/java5.php b/inc/geshi/java5.php index f99b6e729..9e2ab9a41 100644 --- a/inc/geshi/java5.php +++ b/inc/geshi/java5.php @@ -4,10 +4,10 @@ * --------
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.8 - * CVS Revision Version: $Revision: 1.2 $
+ * Release Version: 1.0.7.9 + * CVS Revision Version: $Revision: 1.5 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/02/25 00:46:33 $
+ * Last Modified: $Date: 2006/04/23 01:14:42 $
*
* Java language file for GeSHi.
*
@@ -1004,7 +1004,7 @@ $language_data = array ( 164 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/ext/{FNAME}.html',
165 => 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/helpers/{FNAME}.html',
/* ambiguous class names (appear in more than one package) */
- 166 => 'http://www.google.com/search?sitesearch=java.sun.com&q=allinurl%3Aj2se%2F1+5+0%2Fdocs%2Fapi+{FNAME}'
+ 166 => 'http://www.google.com/search?sitesearch=java.sun.com&q=allinurl%3Aj2se%2F1+5+0%2Fdocs%2Fapi+{FNAME}'
),
'OOLANG' => true,
'OBJECT_SPLITTERS' => array(
|