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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user