2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 00:36:25 +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:
rudolfkoenig 2025-01-10 15:20:56 +00:00
parent 7da40f6ec5
commit 841f0c1265

View File

@ -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($$;$$);