98_Installer: more cosmetics

git-svn-id: https://svn.fhem.de/fhem/trunk@18906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2019-03-14 20:21:11 +00:00
parent 900e2c2623
commit 7586a88245
2 changed files with 2 additions and 2 deletions

View File

@@ -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
);

View File

@@ -1504,7 +1504,7 @@ sub __GetSupportForum {
)
{
$ret{cat} = $cat;
$ret{board} = $board . ' / ' . $subBoard;
$ret{board} = $board . ' » ' . $subBoard;
$ret{boardId} =
$supportForumCategories{$cat}{$board}{$subBoard}
{boardId};