Index: trunk/scripts/presets_lang.pl
===================================================================
--- trunk/scripts/presets_lang.pl	(revision 11983)
+++ trunk/scripts/presets_lang.pl	(revision 11994)
@@ -37,8 +37,4 @@
       my $h = uri_unescape($data{href});
       my $v = "href=\"$h\"";
-      if($h eq "http://wiki.openstreetmap.org/wiki/Proposed_features/House_numbers/Karlsruhe_Schema")
-      {
-        $datan{"de"} = "/wiki/Proposed_features/De:Hausnummern";
-      }
       while($main =~ /<a href="(\/wiki\/[^"]+)"[^>]+><b>·<\/b> <bdi lang="([a-z_A-Z-]+)"(?: style="unicode-bidi:embed;unicode-bidi:-webkit-isolate;unicode-bidi:isolate")?>/g)
       {
@@ -69,5 +65,5 @@
       }
       print "$v\n";
-      print "Replace failed for $data{href}.\n" if !($file =~ s/(<link )href="\Q$data{href}\E.*?( ?\/>)/$1$v$2/s);
+      print "Replace failed for $data{href}.\n" if !($file =~ s/(<link )href="\Q$data{href}\E".*?( ?\/>)/$1$v$2/s);
 
       $skip++;
