From c0490ff6b5e568c5aaf0b499cd9afc3eaf5ac1c7 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: https://svn.fhem.de/fhem/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($$;$);