2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_Installer: more cosmetics

git-svn-id: https://svn.fhem.de/fhem/trunk@18906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-03-14 20:21:11 +00:00
parent acaf5827b5
commit 899453ecda
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};