diff --git a/lib/xls.py b/lib/xls.py
index 5989e72757d122bb2656c5779aa5c3446ecf375f..8013b4ff57d59df5b6fe360a6079facf331e0f74 100755
--- a/lib/xls.py
+++ b/lib/xls.py
@@ -44,7 +44,7 @@ class XLSConverter(lib.generic.Converter):
 user_t = namedtuple('user_head', 'name matrikel_no')
 
 # one task has a title and id and hpfly code
-task_head_re = re.compile(r'^Quellcode Frage (?P<title>.*?) ?(\d{8})?$')
+task_head_re = re.compile(r'^Quellcode Frage (?P<title>.*?)$')
 
 # nor parsing the weird mat no
 matno_re = re.compile(r'^(?P<matrikel_no>\d+)-(\d+)-(\d+)$')