]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
start the div
authorEvan Prodromou <evan@status.net>
Sun, 10 Apr 2011 23:34:48 +0000 (19:34 -0400)
committerEvan Prodromou <evan@status.net>
Sun, 10 Apr 2011 23:34:48 +0000 (19:34 -0400)
lib/microappplugin.php

index f36253db93a3c7b96e0cb42709dd4af211535025..1dfc44634fdb2017fa6c55253a62faff2c0c1f32 100644 (file)
@@ -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();
         }