diff options
author | redmatrix <git@macgirvin.com> | 2016-05-25 17:30:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-25 17:30:15 -0700 |
commit | 66b6f8c0ff39df0b50ae2cc374659b46defc924f (patch) | |
tree | 36e2c4d20a04076f5dd350e6eb4a78a9182b5074 /include | |
parent | e559f8b6a105ca38d826d5fa672d984c2b57d06b (diff) | |
download | volse-hubzilla-66b6f8c0ff39df0b50ae2cc374659b46defc924f.tar.gz volse-hubzilla-66b6f8c0ff39df0b50ae2cc374659b46defc924f.tar.bz2 volse-hubzilla-66b6f8c0ff39df0b50ae2cc374659b46defc924f.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 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) { |