3
1
Back

$alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ $text_element = $doc->createElement("i", $alt_text); } elseif (strpos($alt_text, $title_text) !== false){ } elseif ($title_text && !$alt_text){ $text_element = $doc->createElement("i", $title_text); Latest commits for file PCB Notes.txt Notes from debugging Do not assume anything works!** Latest commits for branch bugfix/10hp Am totally not using git correctly ec09111f77 Futura BT font files These were used.

New Pull Request