[TYPO3] bug with linkWrap in sitemap?

Bas van der Togt b.vandertogt at profinit.com
Tue Jun 27 22:44:55 CEST 2006


Hello list,

I think there is a bug with 'linkWrap' in the sitemap.

with this code:

# Menu right static
tt_content.menu.20.default.includeNotInMenu = 1
tt_content.menu.20.default.1 {
   target = _top
   noBlur = 1
   expAll = 1
   wrap = <table border="0" cellspacing="0" cellpadding="0" 
align="center" width="142">|</table>
   NO {
     allWrap = <tr width="142">|</tr>
     linkWrap = <td class="menu_right" width="115">|</td>
     beforeImg = fileadmin/templates/images/bullet2-o.gif
     beforeROImg = fileadmin/templates/images/bullet1-o.gif
     beforeWrap = <td class="menu_right" valign="top">|</td>
     RO = 1
     expAll = 1
     }
}

i get this in the frontend:

<table border="0" cellspacing="0" cellpadding="0" align="center" 
width="142"><tr width="142"><td class="menu_right" valign="top"><img 
src="fileadmin/templates/images/bullet2-o.gif" width="17" height="17" 
name="img92_ea15_0before"border="0" alt="" /></td><a 
href="nl/producten/geografische-datacatalogus/datatype/stratenkaarten-vector/" 
target="_top" onmouseover="over('img92_ea15_0before');" 
onmouseout="out('img92_ea15_0before');"><td class="menu_right" 
width="115">Demografie</td></a></tr></table>

instead of:

<table border="0" cellspacing="0" cellpadding="0" align="center" 
width="142"><tr width="142"><td class="menu_right" valign="top"><img 
src="fileadmin/templates/images/bullet2-o.gif" width="17" height="17" 
name="img92_ea15_0before"border="0" alt="" /></td><td class="menu_right" 
width="115"><a 
href="nl/producten/geografische-datacatalogus/datatype/stratenkaarten-vector/" 
target="_top" onmouseover="over('img92_ea15_0before');" 
onmouseout="out('img92_ea15_0before');">Demografie</a></td></tr></table>

Does anybody know how to solve this?

cheers,
Bas van der Togt



More information about the TYPO3-english mailing list