Thanks for replying Esmi.
The sidebar.php shows only this code:
‘<!– Sidebar –>
<div class=”sidebar sidebar-left”>
<h3>Pages</h3>
<?php wp_list_pages(‘title_li=’); ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
<!– Sidebar –>’
I do not see any extra question mark.