Reading HTMLs directly from the filesystem is working again.

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-03-10 18:49:21 +00:00
parent 38c23d6d55
commit 3ed127c68a
15 changed files with 240 additions and 173 deletions

View File

@@ -81,6 +81,10 @@ foreach my $lang (@lang) {
} elsif(!$skip) {
# here we copy line by line from the module
# if($l =~ m/<.?pre>/) {
# print "$lang $mod REMOVING <pre> Formatting\n";
# $l =~ s/<.?pre>//g;
# }
print OUT $l;
$docCount++;
$hasLink = ($l =~ m/<a name="$mod">/) if(!$hasLink);