From d4c90135e32da7f8e076193b3b53362adaf6f4c5 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Wed, 3 Feb 2016 16:27:29 +0000 Subject: [PATCH] commandref_join.pl: add div to balance checking git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10710 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 66c86d9ec..fe7e9acf1 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -12,7 +12,7 @@ use warnings; my $noWarnings = grep $_ eq '-noWarnings', @ARGV; my ($verify) = grep $_ =~ /\.pm$/ , @ARGV; -use constant TAGS => qw{ul li code b i u table tr td}; +use constant TAGS => qw{ul li code b i u table tr td div}; sub generateModuleCommandref($$;$);