From 84e8dff59003dcd3148382e6c6c735fdf65f0086 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 7 Apr 2010 12:20:04 +0000 Subject: fewer coloring exceptions --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_text.class b/it_text.class index c424dbb..83c2937 100644 --- a/it_text.class +++ b/it_text.class @@ -142,7 +142,7 @@ function text($label, $language = null) } } - if ($GLOBALS['debug_texts'] && !preg_match('/submit|reset|button/i', $label) && (!$_GET['it_texts_mark'] || $label == $_GET['it_texts_mark'])) + if ($GLOBALS['debug_texts'] && !preg_match('/submit|button/i', $label) && (!$_GET['it_texts_mark'] || $label == $_GET['it_texts_mark'])) $text = "1, 'skipfiles'=>"text|auto_prepend")) . ")'>" . ($text ? $text : $label) . ""; if (isset($GLOBALS['it_text_sampling'])) -- cgit v1.2.3