3
1
Back

-0.497092 vertex -1.11009 2.67999 18.9335 facet normal -0.241727 0.796857 0.553703 facet normal 0.471397 0.881921 0 facet normal 0.462436 0.865129 0.19418 facet normal -0.547909 0.449652 0.705414 vertex -6.69544 6.69544 3.54602 facet normal -0.652549 -0.754473 0.0703595 facet normal 2.94821e-05 -0.956933 -0.290308 vertex 1.31069 3.16429 15.2987 vertex -0.800782 3.26571 14.9643 vertex 0.800782 3.26571 14.9643 vertex 0.800782 3.26571 11.5393 vertex 0.4 3.34543 14.8152 vertex -1.31069 3.16429 8.44867 vertex -0.800782 3.26571 8.11431 vertex 1.45059 3.07081 8.75682 facet normal -0.5 0.866025 0 facet normal 0.904824 -0.425785 0 Latest commits for file Panels/FireballSpell.png Add panels Add panels Add panels From d62e7c6861a31de12fc24143b97961d87c355a55 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Updated LICD, alter alt-textify to handle both title and alt tags textified. If(ADD_IDS){ $article = $this->alt_textify($article); if (ADD_IDS) { $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } if(ADD_IDS){ $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return $article.

New Pull Request