pre-commit: add div tag.

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-02-03 16:31:53 +00:00
parent d4c90135e3
commit 7127c61a4a

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) {