diff --git a/ticdesk_events/util.py b/ticdesk_events/util.py
index 56f314b212638335b314f502aaf4dfb054162f9c..943f43c8965b71cd481371bb7c53568e1e9b539d 100644
--- a/ticdesk_events/util.py
+++ b/ticdesk_events/util.py
@@ -28,7 +28,7 @@ def form_to_text_table(form, width=74, sep=' | '):
     res = []
     for label, value in output_list:
         # Wrap value to lines
-        lines = wrap(value, max_value)
+        lines = wrap(value, max_value, break_long_words=False, replace_whitespace=False)
 
         if lines:
             # Output first line with label name