Labels Milestones
BackSchematics/schematic_bugs_v1.md b2f0340111348a8deafde0ffe244939fe4eeb6b7 add pic 0252301f35 Go to file From cf77281dd840d63cd7d056fd6c45e5b7679fd50b Mon Sep 17 00:00:00 2001 Subject: [PATCH] Various updates, additions $alt_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) 2015-03-02 17:38:43 -08:00 } $article = $this->alt_textify($article); $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ $article['content'] .= "
Alt: $alt_text"; list($html, $content_type) = $this->get_content($link); $doc = new DOMDocument(); // replace the