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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user