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:
parent
2e14f0b61e
commit
1e14a81bee
@ -8,7 +8,7 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
# $Id$
|
||||
use constant TAGS => qw{ul li code b};
|
||||
use constant TAGS => qw{ul li code b i u};
|
||||
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};
|
||||
use constant TAGS => qw{ul li code b i u};
|
||||
|
||||
|
||||
my $log = `$svnlook log $arg $repos`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user