Changeset 1642635
- Timestamp:
- 04/21/2017 07:27:45 PM (9 years ago)
- Location:
- tfl-widgets/trunk
- Files:
-
- 2 edited
-
jel-tfl-widgets.php (modified) (1 diff)
-
public/class-jel-tfl-widgets-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tfl-widgets/trunk/jel-tfl-widgets.php
r1638687 r1642635 17 17 * Plugin URI: http://jelnet.uk/wp-plugins/tfl-widgets 18 18 * Description: TFL Widgets lets you add Transport For London widgets to your pages using WordPress "shortcodes". 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Jeremy Wray 21 21 * Author URI: http://jeremywray.co.uk/ -
tfl-widgets/trunk/public/class-jel-tfl-widgets-public.php
r1636217 r1642635 126 126 return '<script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script>'; 127 127 } else { 128 return '<div style="width :360px"><script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script></div>';128 return '<div style="width' . $atts['width'] . '"><script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script></div>'; 129 129 } 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.