mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 01:40:58 -05:00
Spaces instead of tabs
grr 😠
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user