From 291bc21d299b1e4946d2530e550b14b98acab32b Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 29 Mar 2014 06:24:20 +0000 Subject: [PATCH] commandref_join.pl: add b to tha tag check git-svn-id: https://svn.fhem.de/fhem/trunk@5361 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index 322c63a5f..976c25d0b 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -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) {