From d5dc526dd2aeb83c552e93ac829d35a2b7b9ee79 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Sun, 18 Nov 2012 18:38:56 -0500 Subject: Update conferences. --- conferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conferences.py') diff --git a/conferences.py b/conferences.py index 8f22d23..170f621 100755 --- a/conferences.py +++ b/conferences.py @@ -48,7 +48,7 @@ class ConferenceDate(object): ret.append('–') ret.append(end.dt.strftime('{0}, %Y'.format(end.dt.day))) else: - ret.extend([cls.html_date(start), '&endash;', + ret.extend([cls.html_date(start), '–', cls.html_date(end)]) return ' '.join(ret) -- cgit v1.2.2