3
1
Back

Build notes GitHub repository ## Git repository https://gitlab.com/rsholmes/precadsr Submodules From 83b013c3637bfb179ad62b90a6c8b2f5fb547c8c 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 //also get blog $entries = $xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already present foreach ($imgs as $img) { $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } } // Gunnerkrigg Court b0f8ee4ade traces added but maybe won't keep.

New Pull Request