mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 17:48:44 +00:00
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
This commit is contained in:
parent
64e8ff019a
commit
0b3361e87e
@ -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) {
|
||||
|
@ -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`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user