diff --git a/FHEM/98_Installer.pm b/FHEM/98_Installer.pm index 0a93e1cde..57d373bf9 100644 --- a/FHEM/98_Installer.pm +++ b/FHEM/98_Installer.pm @@ -1107,7 +1107,6 @@ sub CreateMetadataList ($$$) { author copyright privacy - license homepage wiki command_reference @@ -1115,6 +1114,7 @@ sub CreateMetadataList ($$$) { commercial_support bugtracker version_control + license description ); diff --git a/FHEM/Meta.pm b/FHEM/Meta.pm index 11bf328ec..e6f97c549 100644 --- a/FHEM/Meta.pm +++ b/FHEM/Meta.pm @@ -1504,7 +1504,7 @@ sub __GetSupportForum { ) { $ret{cat} = $cat; - $ret{board} = $board . ' / ' . $subBoard; + $ret{board} = $board . ' ยป ' . $subBoard; $ret{boardId} = $supportForumCategories{$cat}{$board}{$subBoard} {boardId};