Labels Milestones
Back2001 ttrss-plugin- _comics/init.php 424 lines $alt_element = $doc->createElement("i", $alt_text); } elseif (strpos($title_text, $alt_text) !== false){ $text_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users Added The Trenches; yet more code style tweaking // The.
New Pull Request