Index: pdir/pdir.module
===================================================================
--- pdir/pdir.module
+++ pdir/pdir.module
@@ -28,7 +28,7 @@
   # find first text within a paragraph (ignore html inside paragraphs)
   $chunks = preg_split('@(</?[^>]*>)@i', $text, -1, PREG_SPLIT_DELIM_CAPTURE);
   # Find block level elements, and check the next chunk
-  $block_elements = array('<p>', '<ol>', '<ul>', '<li>', '<div>');
+  $block_elements = array('<p>', '<li>', '<div>');
   $i = 0;
   while ($i <= count($chunks)) {
     if (in_array($chunks[$i], $block_elements)) {
