MDL-65884 filters: update exclusive separator characters for tags.
The previous characters mangled the output of filtered text, exhibited in the activity names filter for activities named '-' (single hyphen).
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ define('TEXTFILTER_DISABLED', -9999);
|
||||
* keys. It must be something rare enough to avoid having matches with
|
||||
* filterobjects. MDL-18165
|
||||
*/
|
||||
define('TEXTFILTER_EXCL_SEPARATOR', '-%-');
|
||||
define('TEXTFILTER_EXCL_SEPARATOR', chr(0x1F) . '%' . chr(0x1F));
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user