Recent posts with comment count in “Sidebar” template [closed]

‘;’ is missing in this line echo "<dt>$recent_date &nbsp; / &nbsp; <span class="comment"><a href="$recent_link#disqus_thread">$recent_count</a></span></dt><dd><a href="$recent_link" title="$recent_title">$recent_title</a></dd>"

For this reason code is throwing the fatal error. Please replace that line with this code

echo "<dt>$recent_date &nbsp; / &nbsp; <span class="comment"><a href="$recent_link#disqus_thread">$recent_count</a></span></dt><dd><a href="$recent_link" title="$recent_title">$recent_title</a></dd>";