diff --git a/wquery/service/base.py b/wquery/service/base.py
index 44e36cd..bce1322 100644
--- a/wquery/service/base.py
+++ b/wquery/service/base.py
@@ -194,7 +194,7 @@ def active(self, action_label, word):
@staticmethod
def get_anki_label(filename, type_):
- formats = {'audio': u'[sound: {0}]',
+ formats = {'audio': u'[sound:{0}]',
'img': u'',
'video': u''}
return formats[type_].format(filename)