Labels Milestones
BackHref="https://gitea.circuitlocution.com/synth_mages/precadsr/commit/f0ccd475bcae4d90f684767b57611a775351886d">f0ccd475bcae4d90f684767b57611a775351886d Update README.md f0ccd475bcae4d90f684767b57611a775351886d Update README.md From abc39a50d6580d276015bcd974580f199a987534 Mon Sep 17 00:00:00 2001 Subject: [PATCH] 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 $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) . "
"; // Wondermark (alt tag already present foreach ($imgs as $img) { if. New Pull Request