Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / bin / build-manual
index e9ce518da29a310f62dd744ccc423941660407b3..20fbfa4c21b1056f23f9170935d362733efa9ab1 100755 (executable)
@@ -85,7 +85,7 @@ function extract_paragraphs($element)
     foreach ($element->getElementsByTagName('para') as $p) {
         $text = '';
         foreach ($p->childNodes as $child) {
-            // @todo: figure out if there's something we can do with tables.
+            // @todo figure out if there's something we can do with tables.
             if ($child instanceof DOMElement && $child->tagName === 'table') {
                 continue;
             }