commandref_join.pl: add b to tha tag check

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5361 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-03-29 06:24:20 +00:00
parent 98bbc12758
commit b79e4ca84e

View File

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