mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
commandref_join.pl: add div to balance checking
git-svn-id: https://svn.fhem.de/fhem/trunk@10710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0c7dbbda49
commit
459c32bcdf
@ -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($$;$);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user