+FIXME: Catch the lowercasing bug.
authorshort <>
Sat, 19 Nov 2005 06:53:42 +0000 (06:53 +0000)
committershort <>
Sat, 19 Nov 2005 06:53:42 +0000 (06:53 +0000)
WebConfig.pm

index 1b3ea33..5160bd2 100644 (file)
@@ -89,6 +89,11 @@ 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";