Fix small topic error in Webcal

This commit is contained in:
Dennis Kaarsemaker 2006-06-29 23:40:39 +02:00
parent 2cb95524ec
commit 2c765dbeed

View File

@ -91,7 +91,7 @@ class Webcal(callbacks.Plugin):
if num_events == 1:
return '%s in %s' % (preamble, diff(delta))
events = events[1:]
preamble += ' | '
preamble += ' | '
# n_e = 1 -> next meeting
# n_t = T -> n_t
if num_events == 1: