From 9b1211780c4bc4124eade09b3fcb28a2a10b050e 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/fhem@10710 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/commandref_join.pl b/contrib/commandref_join.pl index 66c86d9ec..fe7e9acf1 100755 --- a/contrib/commandref_join.pl +++ b/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($$;$);