mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
commandref_join.pl: Add p to the TAGS list (Forum #14030)
git-svn-id: https://svn.fhem.de/fhem/trunk@29505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7da40f6ec5
commit
841f0c1265
@ -15,7 +15,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 div h4 h3};
|
||||
use constant TAGS => qw{b code div h3 h4 i li p table td tr u ul };
|
||||
|
||||
sub generateModuleCommandref($$;$$);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user