Changeset 10047 for lang/perl/Moxy/trunk/lib/Moxy.pm
- Timestamp:
- 04/21/08 12:16:01 (5 years 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
r10046 r10047 121 121 if ( my $attr = $node->attr($attr_name) ) { 122 122 $node->attr( 123 $attr_name => sprintf( qq{$base%s}, 123 $attr_name => sprintf( qq{%s%s%s}, 124 $base, 125 ($base =~ m{/$} ? '' : '/'), 124 126 uri_escape( URI->new($attr)->abs($base_url) ) ) 125 127 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)