Closed (fixed)
Project:
Views Bonus Pack
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 13:29 UTC
Updated:
19 May 2009 at 19:50 UTC
The icon link path is not good when the feed has a "%" in the path.
views_bonus_plugin_style_export must be updated at line 28 :
$this->view->feed_icon .= l($image, $path, $url_options);
replace by
$this->view->feed_icon .= l($image, $this->view->get_url(NULL, $path), $url_options);
Comments
Comment #1
neclimdulthanks committed