Spaces instead of tabs

grr 😠
This commit is contained in:
Squidly271
2018-06-23 13:53:50 -04:00
parent 4095975f91
commit 2abb945dc4
@@ -79,8 +79,8 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) {
$version = plugin('version',$plugin_file) ?: "unknown";
$date = str_replace('.','',$version);
//support
$support = plugin('support',$plugin_file) ?: "";
$support = $support ? "<a href='$support' target='_blank'>Support Thread</a>" : "";
$support = plugin('support',$plugin_file) ?: "";
$support = $support ? "<a href='$support' target='_blank'>Support Thread</a>" : "";
//category
$category = plugin('category',$plugin_file) ?: (strpos($version,'-')!==false ? 'next' : 'stable');
//status