diff --git a/fhem/CHANGED b/fhem/CHANGED index 94e43bb13..fbb1d7063 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 02_RSS: viewport in HTML header makes page fit screen on tablets - bugfix: 74_AMAD: fixed hash->{PORT} in log output - bugfix: 70_PushNotifier: - require Try::Tiny - feature: 70_Jabber: - Added OTR (Off the Record) end to end encryption diff --git a/fhem/FHEM/02_RSS.pm b/fhem/FHEM/02_RSS.pm index ff3c64c45..3e6626df3 100644 --- a/fhem/FHEM/02_RSS.pm +++ b/fhem/FHEM/02_RSS.pm @@ -272,12 +272,16 @@ RSS_getScript() { sub RSS_HTMLHead($$) { - my ($title,$refresh) = @_; + my ($name,$refresh) = @_; + + my ($width,$height)= split(/x/, AttrVal($name,"size","800x600")); + my $doctype= ''; my $xmlns= 'xmlns="http://www.w3.org/1999/xhtml"'; my $scripts= RSS_getScript(); - my $code= "$doctype\n\n
\n