3
1
Back

-0.704821 -0.704821 0.0803382 facet normal 4.344161e-001 9.007123e-001 0.000000e+000 facet normal -9.807886e-01 1.950737e-01 -2.437386e-04 vertex -1.043967e+02 1.005018e+02 2.655000e+01 vertex -9.090395e+01 1.020222e+02 1.855000e+01 vertex -9.778748e+01 9.171995e+01 2.655000e+01 facet normal -0.000138976 -0.113303 0.99356 vertex 0 -2.9 19 - Could make the walls; a little bit of margin 76dd29636a Checkpoint in case of crashes master ttrss-plugin- _comics/init.php 342 lines if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = preg_replace("@@", '', $article['content']); Clean up code formatting; added a few more 'simple.

New Pull Request