From 841f0c1265897e75393bf21d609ec19074df580a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 10 Jan 2025 15:20:56 +0000 Subject: [PATCH] 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 --- fhem/contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index 47aa9dd06..c1d4b12df 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -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($$;$$);