Changeset 12673 for lang/perl/mobirc/trunk/lib/App/Mobirc/Plugin/DocRoot.pm
- Timestamp:
- 05/29/08 09:05:30 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/mobirc/trunk/lib/App/Mobirc/Plugin/DocRoot.pm
r12672 r12673 80 80 } 81 81 for my $elem ($doc->findnodes('//script')) { 82 $elem->setAttribute(src => $root . $elem->getAttribute('src')); 82 if ($elem->hasAttribute('src')) { 83 $elem->setAttribute(src => $root . $elem->getAttribute('src')); 84 } 83 85 } 84 86
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)