commandref_join.pl: add div to balance checking

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-02-03 16:27:29 +00:00
parent 9adeee30e3
commit 9b1211780c

View File

@ -12,7 +12,7 @@ use warnings;
my $noWarnings = grep $_ eq '-noWarnings', @ARGV; my $noWarnings = grep $_ eq '-noWarnings', @ARGV;
my ($verify) = grep $_ =~ /\.pm$/ , @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($$;$); sub generateModuleCommandref($$;$);