afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-04-12 03:32 pm

[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 [personal profile] baggyeyes.

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);
 
--------------------------------------------------------------------------------