- Timestamp:
- 06/26/09 23:35:56 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionStreams/plugins/ActionStreams/lib/ActionStreams/Fix.pm
r1547 r1562 110 110 111 111 # Pick the actual achievement badge out of the inline CSS. 112 my $thumb = delete $item->{thumbnail} ;112 my $thumb = delete $item->{thumbnail} || q{}; 113 113 if ($thumb =~ m{ background-image: \s* url\( ([^)]+) }xms) { 114 114 $item->{thumbnail} = $1;
