3
1
Back

New: A different Timbalada https://youtu.be/frLXzG9-W3Q?t=955 From 8e97a73397a03125f3bf5b9aa13372a2d7319ad0 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Updated LICD, alter alt-textify to handle both title and alt tags in feedburner (if there are quotes) // Doghouse Diaries, which has broken alt tags textified. } $article = $this->alt_textify($article); $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ foreach ($entries as $entry){ $article['content'] .= "

" . $entry->textContent . "

"; .

New Pull Request