X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fbin%2Fbuild-manual;h=20fbfa4c21b1056f23f9170935d362733efa9ab1;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=e9ce518da29a310f62dd744ccc423941660407b3;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/psy/psysh/bin/build-manual b/vendor/psy/psysh/bin/build-manual index e9ce518da..20fbfa4c2 100755 --- a/vendor/psy/psysh/bin/build-manual +++ b/vendor/psy/psysh/bin/build-manual @@ -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; }