Changeset 22869 for lang/perl/Moxy
- Timestamp:
- 11/07/08 01:05:20 (2 months ago)
- Files:
-
- 1 modified
-
lang/perl/Moxy/trunk/lib/Moxy.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/trunk/lib/Moxy.pm
r22811 r22869 98 98 99 99 $css =~ s{url\(([^\)]+)\)}{ 100 my $x = $1; 100 101 sprintf "url(%s%s%s)", 101 102 $base, 102 103 ($base =~ m{/$} ? '' : '/'), 103 uri_escape( URI->new($ 1)->abs($base_url) )104 uri_escape( URI->new($x)->abs($base_url) ) 104 105 }ge; 105 106
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)