mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
d9022a4fcc
commit
291bc21d29
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user