PHP Code:
foreach ($comments as $comment) {            $output .= '<li><strong>'$comment->comment_author ' said</strong> : "' strip_tags($comment->com_excerpt). '..."</li>';           } 
I want to add a comments_link() URL to the end but I'm a little thrown off by the odd assortment of quotation marks in the script. Can anyone help?