3
1
Back

// Note: don't mess with them. // this should be the same, see datasheet: https://www.mouser.com/datasheet/2/54/PTL-777483.pdf (page 4) if we want them to match. We could also do one of their own. If ($alt_text && !$title_text){ $text_element = $doc->createElement("i", $title_text); } elseif (strpos($title_text, $alt_text) !== false){ $text_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element.

New Pull Request