From: Brion Vibber Date: Wed, 9 Mar 2011 21:31:22 +0000 (-0800) Subject: Event: fix for display problem -- need to leave this div open for now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e9cab215fe5789ac26a1feab3d4f67f2f97ae4b9;p=quix0rs-gnu-social.git Event: fix for display problem -- need to leave this div open for now --- 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'); } /**