diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-07-23 22:32:32 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-07-23 22:32:32 +0200 |
commit | 850d6bf6605add7df9c86492766d6427b48ef994 (patch) | |
tree | 8fee9520e2652ac723356e6abc6c70e1d9d2202f /inc/geshi/java.php | |
parent | f29dc969d01ee203ff62ce2fd38ba3d7d66935a9 (diff) | |
download | rpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.gz rpg-850d6bf6605add7df9c86492766d6427b48ef994.tar.bz2 |
GeSHi update to 1.0.7.12
darcs-hash:20060723203232-7ad00-a675d33962148272e5dd13ac2190ef259f8eaad2.gz
Diffstat (limited to 'inc/geshi/java.php')
-rw-r--r-- | inc/geshi/java.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/geshi/java.php b/inc/geshi/java.php index d613abb17..cb0836a48 100644 --- a/inc/geshi/java.php +++ b/inc/geshi/java.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.11 - * CVS Revision Version: $Revision: 1.19 $ + * Release Version: 1.0.7.12 + * CVS Revision Version: $Revision: 1.19.2.3 $ * Date Started: 2004/07/10 - * Last Modified: $Date: 2006/05/21 00:06:56 $ + * Last Modified: $Date: 2006/07/22 11:30:26 $ * * Java language file for GeSHi. * @@ -1371,7 +1371,7 @@ $language_data = array ( 'URLS' => array( 1 => '', 2 => '', - 3 => 'http://www.google.com/search?q=allinurl%3A{FNAME}+java.sun.com&bntl=1', + 3 => 'http://www.google.com/search?hl=en&q=allinurl%3A{FNAME}+java.sun.com&bntI=I%27m%20Feeling%20Lucky', 4 => '' ), 'OOLANG' => true, @@ -1387,4 +1387,4 @@ $language_data = array ( ) ); -?>
\ No newline at end of file +?> |