From b79e4ca84e8cb676e46febb8b8d45205eebf2705 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: svn://svn.code.sf.net/p/fhem/code/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) {