pre-commit: add div tag.

git-svn-id: https://svn.fhem.de/fhem/trunk@10711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-02-03 16:31:53 +00:00
parent c0490ff6b5
commit b7626f78be

View File

@@ -12,7 +12,7 @@ my $arg="-t $txn";
#my $arg="-r $txn"; # local testing
my @lang = ("EN", "DE");
my $exitCode = 0;
use constant TAGS => qw{ul li code b i u td tr table};
use constant TAGS => qw{ul li code b i u td tr table div};
my $log = `$svnlook log $arg $repos`;
if($log !~ m/^.*:.*$/s) {