aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-01-11 18:29:09 +0100
committerDaniel Lange <DLange@git.local>2023-01-11 18:29:09 +0100
commitba8e410b3e20c4001cd49e537dd27acb5296b391 (patch)
tree4ed37134f424b7ae76641e1e714a2419656fbff9
parent0e28c7a73f2203db1605144ec35f576ddadfab04 (diff)
downloadstikked-fit-ba8e410b3e20c4001cd49e537dd27acb5296b391.tar.gz
stikked-fit-ba8e410b3e20c4001cd49e537dd27acb5296b391.tar.bz2
stikked-fit-ba8e410b3e20c4001cd49e537dd27acb5296b391.zip
Fix a bug in the GeSHi v1.0.9.1 Go highlighter
Fix from BenBE via https://github.com/GeSHi/geshi-1.0/issues/149
-rw-r--r--htdocs/application/libraries/geshi/geshi/go.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/application/libraries/geshi/geshi/go.php b/htdocs/application/libraries/geshi/geshi/go.php
index 83d3cab..b48f843 100644
--- a/htdocs/application/libraries/geshi/geshi/go.php
+++ b/htdocs/application/libraries/geshi/geshi/go.php
@@ -324,7 +324,9 @@ $language_data = array(
0 => 'color: #cc66cc;' // FIXME: Duplicate array key
),
'NUMBERS' => array(
- 0 => 'color: #cc66cc;'
+ 0 => 'color: #cc66cc;',
+ 1 => 'color: #cc66cc;',
+ 2 => 'color: #cc66cc;'
),
'METHODS' => array(
0 => 'color: #004000;'

© 2014-2024 Faster IT GmbH | imprint | privacy policy