From 66b6f8c0ff39df0b50ae2cc374659b46defc924f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 25 May 2016 17:30:15 -0700 Subject: 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 --- include/bbcode.php | 2 +- view/tpl/app.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index 1001a4938..142a15d35 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -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) { diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 20a1337c7..3e6b71b29 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -14,7 +14,7 @@
- {{if $install}}{{/if}} + {{if $install}}{{/if}} {{if $edit}}{{/if}} {{if $delete}}{{/if}}
-- cgit v1.2.3