From be9701c21536b77f5a5a99fdb08c63bb0ef8063d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 21 Dec 2011 17:54:54 +0000 Subject: blacklist for nomarkable labels --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_text.class b/it_text.class index 9c492ea..6863750 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|button/i', $label) && (!$_GET['it_texts_mark'] || $label == $_GET['it_texts_mark'])) + if ($GLOBALS['debug_texts'] && !preg_match('/submit|button|servicedomain/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