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

commandref_join.pl: add b to tha tag check

git-svn-id: https://svn.fhem.de/fhem/trunk@5361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-29 06:24:20 +00:00
parent d9022a4fcc
commit 291bc21d29

View File

@ -8,7 +8,7 @@ use strict;
use warnings; use warnings;
# $Id$ # $Id$
use constant TAGS => qw{ul li code}; use constant TAGS => qw{ul li code b};
my %mods; my %mods;
my @modDir = ("FHEM"); my @modDir = ("FHEM");
foreach my $modDir (@modDir) { foreach my $modDir (@modDir) {