From 0b3361e87e0cef04feef09f024b496cd940dadab Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 29 Dec 2015 18:00:04 +0000 Subject: [PATCH] commandref_join.pl: add td/tr/table to the list of tags to be closed git-svn-id: https://svn.fhem.de/fhem/trunk@10294 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_join.pl | 2 +- fhem/contrib/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index aaf17cbe7..e036fe7a8 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -8,7 +8,7 @@ use strict; use warnings; # $Id$ -use constant TAGS => qw{ul li code b i u}; +use constant TAGS => qw{ul li code b i u table tr td}; my %mods; my @modDir = ("FHEM"); foreach my $modDir (@modDir) { diff --git a/fhem/contrib/pre-commit b/fhem/contrib/pre-commit index 5b6a52537..4530b5116 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}; +use constant TAGS => qw{ul li code b i u table tr td}; my $log = `$svnlook log $arg $repos`;