app rendering issues, typo in class name and could not find icon 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
This commit is contained in:
@@ -168,7 +168,7 @@ function bb_parse_app($match) {
|
||||
|
||||
$app = Zotlabs\Lib\Apps::app_decode($match[1]);
|
||||
if ($app)
|
||||
return Zotlab\Lib\Apps::app_render($app);
|
||||
return Zotlabs\Lib\Apps::app_render($app);
|
||||
}
|
||||
|
||||
function bb_parse_element($match) {
|
||||
|
||||
Reference in New Issue
Block a user