[dw-free] lostinfo.bml not showing sitescheme style
[commit: http://hg.dwscoalition.org/dw-free/rev/51a80e6c73fa]
http://bugs.dwscoalition.org/show_bug.cgi?id=768
Don't try to load nonexistent CSS file
Patch by
baggyeyes.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=768
Don't try to load nonexistent CSS file
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/lostinfo.bml
-------------------------------------------------------------------------------- diff -r ef1d135eae75 -r 51a80e6c73fa htdocs/lostinfo.bml --- a/htdocs/lostinfo.bml Sun Apr 12 15:13:54 2009 +0000 +++ b/htdocs/lostinfo.bml Sun Apr 12 15:31:37 2009 +0000 @@ -4,10 +4,8 @@ body<= <?_code { use strict; - use vars qw(%POST $headextra); - - $headextra = LJ::need_res('stc/restore.css'); - + use vars qw(%POST); + use Class::Autouse qw( Captcha::reCAPTCHA ); use POSIX qw(strftime); --------------------------------------------------------------------------------