mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
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:
parent
459c32bcdf
commit
3df9076119
@ -12,7 +12,7 @@ my $arg="-t $txn";
|
|||||||
#my $arg="-r $txn"; # local testing
|
#my $arg="-r $txn"; # local testing
|
||||||
my @lang = ("EN", "DE");
|
my @lang = ("EN", "DE");
|
||||||
my $exitCode = 0;
|
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`;
|
my $log = `$svnlook log $arg $repos`;
|
||||||
if($log !~ m/^.*:.*$/s) {
|
if($log !~ m/^.*:.*$/s) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user