aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 6906d8228..2d8f4091c 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -51,7 +51,7 @@
#include <libempathy/empathy-ft-factory.h>
#define SCHEMES "([a-zA-Z\\+]+)"
-#define INVALID_CHARS " \n\"'"
+#define INVALID_CHARS "\\s\"'"
#define INVALID_CHARS_EXT INVALID_CHARS "\\[\\]<>(){},;:?"
#define BODY "([^"INVALID_CHARS"]+)"
#define BODY_END "([^"INVALID_CHARS"]*)[^"INVALID_CHARS_EXT".]"