3
1
Back

Both alt and title texts, they're both different, use both. $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); } elseif (strpos($title_text, $alt_text) !== false){ $text_element = $doc->createElement("i", $title_text); Latest commits for file Panels/10_step_seq.scad Experimenting with more panel layout ideas Initial stab at a 10-step panel layout ideas Modules Index Pages Fab Plant Research Added four noteworthy fabs fcf4fb3bc8.

New Pull Request