2
0
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:
rudolfkoenig 2015-12-29 18:00:04 +00:00
parent 64e8ff019a
commit 0b3361e87e
2 changed files with 2 additions and 2 deletions

View File

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

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};
use constant TAGS => qw{ul li code b i u table tr td};
my $log = `$svnlook log $arg $repos`;