mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 17:26:34 +00:00
Some additional checks
git-svn-id: https://svn.fhem.de/fhem/trunk@2513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
06796b27dd
commit
5d40b2db95
@ -72,7 +72,7 @@ foreach my $lang (@lang) {
|
|||||||
|
|
||||||
if($l =~ m/^=begin html$suffix$/) {
|
if($l =~ m/^=begin html$suffix$/) {
|
||||||
$l = <MOD>; # skip one line, to be able to repeat join+split
|
$l = <MOD>; # skip one line, to be able to repeat join+split
|
||||||
print "$mod: nonempty line after =begin html ignored\n"
|
print "$lang $mod: nonempty line after =begin html ignored\n"
|
||||||
if($l =~ m/^...*$/);
|
if($l =~ m/^...*$/);
|
||||||
$skip = 0; $line++;
|
$skip = 0; $line++;
|
||||||
|
|
||||||
@ -94,8 +94,8 @@ foreach my $lang (@lang) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
close(MOD);
|
close(MOD);
|
||||||
print "$mod: No document text found\n" if(!$suffix && !$docCount);
|
print "$lang $mod: No document text found\n" if(!$suffix && !$docCount);
|
||||||
print "$mod: No <a name=\"$mod\"> link\n"
|
print "$lang $mod: No <a name=\"$mod\"> link\n"
|
||||||
if(!$suffix && $docCount && !$hasLink);
|
if(!$suffix && $docCount && !$hasLink);
|
||||||
|
|
||||||
foreach $tag (TAGS) {
|
foreach $tag (TAGS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user