3
1
Back

Bytes Images/precadsr-panel.png | Bin 0 -> 168419 bytes Images/retrigger.png | Bin 0 -> 87811 bytes sr1_full.png | Bin 0 -> 11675 bytes .../FIREBALL VCO.png | Bin 11675 -> 0 bytes From 2d3c489f2acf0f8bdc9cf0fe8c2346d4d07472be 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 2015-04-12 23:37:10 -07:00 Latest commits for file Dual_VCA.diy Add VCA shaek layout ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Added BCN, Something Positive $alt_text = trim($entry->getAttribute('alt')); $alt_text = $entry->getAttribute('title'); $alt_text = $entry->getAttribute('alt'); $alt_text .

New Pull Request