User: sits    
  Date: 08/09/01 23:36:16

  Modified:    lib/Codestriker/Http Response.pm
  Log:
  Minor tweak to get the nice URL case locating the static files.
  
  
  
  Index: Response.pm
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Http/Response.pm,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- Response.pm       29 Aug 2008 10:49:02 -0000      1.49
  +++ Response.pm       2 Sep 2008 06:36:16 -0000       1.50
  @@ -234,7 +234,7 @@
                        if (defined $Codestriker::cgi_style && 
$Codestriker::cgi_style) {
                    $codestriker_css =~ 
s#/[^/]+?/codestriker\.pl#/codestrikerhtml/codestriker.css#;
                        } else {
  -                             $codestriker_css = $query->url() . 
"html/codestriker.css";
  +                             $codestriker_css = $query->url() . 
"/html/codestriker.css";
                        }
       }
   
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to