mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
untangle the app template into separate templates and fix bbcode view
This commit is contained in:
@@ -308,7 +308,7 @@ function bb_parse_app($match) {
|
||||
|
||||
$app = Zotlabs\Lib\Apps::app_decode($match[1]);
|
||||
if ($app)
|
||||
return Zotlabs\Lib\Apps::app_render($app);
|
||||
return preg_replace('/[[:cntrl:]]/', '', Zotlabs\Lib\Apps::app_render($app, 'inline'));
|
||||
}
|
||||
|
||||
function bb_svg($match) {
|
||||
|
||||
Reference in New Issue
Block a user