From d09ae2055575141a00e67faeadb9bcb3d8285f3f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 26 Mar 2008 22:17:55 +0100 Subject: GeSHi update to 1.0.7.21 darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz --- inc/geshi/qbasic.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/geshi/qbasic.php') diff --git a/inc/geshi/qbasic.php b/inc/geshi/qbasic.php index 18cd8d003..61dacfccf 100644 --- a/inc/geshi/qbasic.php +++ b/inc/geshi/qbasic.php @@ -4,7 +4,7 @@ * ---------- * Author: Nigel McNie (nigel@geshi.org) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.20 + * Release Version: 1.0.7.21 * Date Started: 2004/06/20 * * QBasic/QuickBASIC language file for GeSHi. @@ -102,7 +102,7 @@ $language_data = array ( 'COMMENTS' => array( 1 => 'color: #808080;', 2 => 'color: #808080;', - 3 => 'color: #808080;' + 3 => 'color: #808080;' ), 'BRACKETS' => array( 0 => 'color: #66cc66;' @@ -128,7 +128,7 @@ $language_data = array ( ), 'URLS' => array( 1 => '', - 3 => 'http://www.qbasicnews.com/qboho/qck{FNAME}.shtml' + 3 => 'http://www.qbasicnews.com/qboho/qck{FNAMEL}.shtml' ), 'OOLANG' => false, 'OBJECT_SPLITTERS' => array( -- cgit v1.2.3