2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 05:06:35 +00:00

commandref_join.pl/pre-commit: Add i and u tags

git-svn-id: https://svn.fhem.de/fhem/trunk@6898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-11-06 13:01:57 +00:00
parent 2e14f0b61e
commit 1e14a81bee
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ use strict;
use warnings; use warnings;
# $Id$ # $Id$
use constant TAGS => qw{ul li code b}; use constant TAGS => qw{ul li code b i u};
my %mods; my %mods;
my @modDir = ("FHEM"); my @modDir = ("FHEM");
foreach my $modDir (@modDir) { foreach my $modDir (@modDir) {

View File

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