From 7742e021f9e45dc680467d046ddcf7adb82b9040 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 6 Nov 2014 13:01:57 +0000 Subject: [PATCH] commandref_join.pl/pre-commit: Add i and u tags git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6898 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_join.pl | 2 +- contrib/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/commandref_join.pl b/contrib/commandref_join.pl index 3505f5ac4..7e85bb911 100755 --- a/contrib/commandref_join.pl +++ b/contrib/commandref_join.pl @@ -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) { diff --git a/contrib/pre-commit b/contrib/pre-commit index 768b60b32..0dd2ef086 100755 --- a/contrib/pre-commit +++ b/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}; +use constant TAGS => qw{ul li code b i u}; my $log = `$svnlook log $arg $repos`;