| changeset 95 | 594f79a5706b |
| parent 94 | fd2ba38ce4ad |
| child 102 | 53c9233a7684 |
--- a/src/p4l/utils.py Mon Sep 16 18:00:04 2013 +0200 +++ b/src/p4l/utils.py Tue Sep 17 16:11:13 2013 +0200 @@ -107,7 +107,7 @@ first_label = b['label']['value'] else: if 'acro' in b and 'value' in b['acro']: - first_label = b['acro']['value'] + " : " + b['label']['value'] + first_label = b['acro']['value'] + ". " + b['label']['value'] else: first_label = b['label']['value'] if lang in tmp_dict or first_label: