From e9cab215fe5789ac26a1feab3d4f67f2f97ae4b9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 9 Mar 2011 13:31:22 -0800 Subject: [PATCH] Event: fix for display problem -- need to leave this div open for now --- plugins/Event/EventPlugin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Event/EventPlugin.php b/plugins/Event/EventPlugin.php index 7ca2fa9c0e..bd9c10b3e4 100644 --- a/plugins/Event/EventPlugin.php +++ b/plugins/Event/EventPlugin.php @@ -391,7 +391,8 @@ class EventPlugin extends MicroappPlugin $profile->nickname); $out->elementEnd('span'); - $out->elementEnd('div'); + // @fixme right now we have to leave this div open + //$out->elementEnd('div'); } /** -- 2.39.2