FriendsOfREDAXO/feeds

Inline Styles entfernen

skerbis opened this issue · 1 comments

z.B:

$title = '<div style="word-wrap:break-word; max-width:310px; max-width:40vw;"><span class="title' . (($list->getValue('status')) ? '' : ' text-muted') . '">' . $title . '</span></div>';

und

$media = ($media != '') ? '<div class="img-thumbnail"><div style="width:60px; height:60px; overflow:hidden; background: #333 url(\'' . $media . '\') no-repeat; background-size:contain;' . ((!$list->getValue('status')) ? '; opacity:.4' : '') . '">&nbsp;</div></div>' : '';

erledigt