fix style

This commit is contained in:
Django Doucet 2021-01-14 23:06:08 -05:00
parent b6fef90e91
commit 59ae0f7b76
1 changed files with 1 additions and 2 deletions

View File

@ -245,9 +245,8 @@ class FediConfig
$show_header = $atts['show_header'];
$height = $atts['height'];
ob_start();
include(plugin_dir_path(__FILE__) . 'templates/peertube.tpl.php' );
include( plugin_dir_path(__FILE__) . 'templates/peertube.tpl.php' );
return ob_get_clean();
echo 'yoohoo';
}
/*