3
1
Back

Differ 1aa48a179a Add splits and labels to get what game it's about //and sometimes necessary for old fogeys like me to get what game it's about $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } //noop elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisiblebread has no bread Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $article['content'] .= "

" . $entry->textContent .

New Pull Request