PluginProbe
wp-forecast / 3..5
wp-forecast v3..5
10.0 trunk 1.4 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3..5 3..8 3.0 3.1 3.2 3.3 3.4 3.6 All 86 releases
← All changes | shortcodes.php +1 -1 2.93..5 View file →
@@ -18,9 +18,9 @@
18 18 if ($id == '')
19 19 $id='A';
20 20
21 21 // iframe tag zusammen bauen
22 - $res='<iframe src="'.get_settings('siteurl').
22 + $res='<iframe class="wpf-iframe" src="'.get_settings('siteurl').
23 23 '/wp-content/plugins/wp-forecast/wp-forecast-show.php?wpfcid='.
24 24 $id.'&amp;header=1';
25 25
26 26 // falls eine sprache angegeben wurde haengen wir sie hinten dran