From 3df907611914ab6a49832c293c467a4309e3d2be Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 3 Feb 2016 16:31:53 +0000 Subject: [PATCH] pre-commit: add div tag. git-svn-id: https://svn.fhem.de/fhem/trunk@10711 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/pre-commit b/fhem/contrib/pre-commit index c934b0d65..11e6b8322 100755 --- a/fhem/contrib/pre-commit +++ b/fhem/contrib/pre-commit @@ -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) {