From 8873f713db6201384fa0cdb9d5f41767173fc740 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 15 Jun 2007 02:06:11 +0200
Subject: [PATCH] two minor style fixes in GeSHi - sent to upstream

darcs-hash:20070615000611-7ad00-ad889b5a34dfda8e94d7d0394198a15398405847.gz
---
 inc/geshi/gml.php          | 2 +-
 inc/geshi/visualfoxpro.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/geshi/gml.php b/inc/geshi/gml.php
index 1ece12070..ee9cb162a 100644
--- a/inc/geshi/gml.php
+++ b/inc/geshi/gml.php
@@ -450,7 +450,7 @@ $language_data = array (
 			1 => 'font-weight: bold; color: #000000;',
 			2 => 'font-weight: bold; color: #000000;',
 			3 => 'color: navy;',
-			4 => 'color: brown',
+			4 => 'color: #663300;',
 			),
 		'COMMENTS' => array(
 			1 => 'font-style: italic; color: green;',
diff --git a/inc/geshi/visualfoxpro.php b/inc/geshi/visualfoxpro.php
index d14739256..503471b9c 100644
--- a/inc/geshi/visualfoxpro.php
+++ b/inc/geshi/visualfoxpro.php
@@ -400,7 +400,7 @@ $language_data = array (
 			),
 		'COMMENTS' => array(
 			1 => 'color: green; font-style: italic;',
-			2 => 'color: green font-style: italic;',
+			2 => 'color: green; font-style: italic;',
 			'MULTI' => 'color: #808080; font-style: italic;'
 			),
 		'ESCAPE_CHAR' => array(
-- 
GitLab