Labels Milestones
Back1e6cc98f41 Various updates, additions Various updates, additions Updated LICD, alter alt-textify to handle both title and alt tags textified. $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $alt_text); $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } $img->parentNode->replaceChild($new_element, $img); } function rel2abs($rel, $base) { if (preg_match("@.*(
New Pull Request