diff --git a/fhem/contrib/pre-commit b/fhem/contrib/pre-commit index 6be6146c4..cc64281e1 100755 --- a/fhem/contrib/pre-commit +++ b/fhem/contrib/pre-commit @@ -15,7 +15,7 @@ my $arg="-t $txn"; #my $arg="-r $txn"; # local testing: perl pre-commit /var/svn/fhem 28315 my @lang = ("EN", "DE"); my $exitCode = 0; -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 }; my $log = `$svnlook log $arg $repos`; if($log !~ m/^.*:.*$/s) {