start the div

This commit is contained in:
Evan Prodromou 2011-04-10 19:34:48 -04:00
parent 57741c46ef
commit dad5db25e2
1 changed files with 1 additions and 0 deletions

View 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();
}