Remove the lowercased-URL catcher as it is not server-side.
authorshort <>
Tue, 22 Nov 2005 07:03:10 +0000 (07:03 +0000)
committershort <>
Tue, 22 Nov 2005 07:03:10 +0000 (07:03 +0000)
 - Bugreported as: https://bugzilla.mozilla.org/show_bug.cgi?id=317381

WebConfig.pm

index 22fe7af..c95e8ca 100644 (file)
@@ -89,11 +89,6 @@ our %WebConfig=(
                                                                                                "attr"=>'style="text-decoration: inherit; /* revoke underline */;"'));
                                                        $r.="</td>\n";
                                                        }
-# FIXME: Catch the bug.
-if ($r=~/resumejankratochvil.pm/) {
-       use Carp qw(confess cluck);
-       cluck "LOWERCASED; resume_url=$resume_url";
-       }
                                        $r.='</tr></table>'."\n";
                                $r.='</td>'."\n";
                        $r.='</tr></table>'."\n";