Hello,
you can use the following code in generator/pages/mods/sitemap_tpl.html template file:
<TLOOP slots>
<tr valign="top">
<td class="lpart">
<table width="100%" cellpadding="0" cellspacing="0"><tr>
<TLOOP alevel><td class="lbullet"> </td>
</TLOOP>
<td width="100%">
<div class="lhead"><TVAR folder><span class="lcount"><TVAR cnt> <TIF cntmulti>pages<TELSE>page</TIF></span></div>
<table cellspacing="0" cellpadding="0" width="100%">
<TLOOP pages>
<tr><td class="lpage"><a href="<TVAR link>" title="<TVAR title_clean>"><TVAR title></a>
<TIF desc><br /><small><TVAR desc></small></TIF>
</td></tr>
</TLOOP>
</table>
</td></tr></table>
</td>
</tr>
</TLOOP>
(find existing <TLOOP slots>...</TLOOP> part and replace with the code above)