From: Evan Prodromou Date: Sun, 10 Apr 2011 23:34:48 +0000 (-0400) Subject: start the div X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dad5db25e206628c895cf385ef9d74e17906a531;p=quix0rs-gnu-social.git start the div --- diff --git a/lib/microappplugin.php b/lib/microappplugin.php index f36253db93..1dfc44634f 100644 --- a/lib/microappplugin.php +++ b/lib/microappplugin.php @@ -289,6 +289,7 @@ abstract class MicroAppPlugin extends Plugin } catch (Exception $e) { common_log(LOG_ERR, $e->getMessage()); // try to fall back + $out->elementStart('div'); $nli->showAuthor(); $nli->showContent(); }