Project

General

Profile

Bug #77943

Updated by Josef Glatz about 8 years ago

h1. Problem/Description 

 Requirement: @{data.header_link}@ = @t3://page?uid=15 - blocklink "My Title"@ 

 <pre> 
 <f:link.typolink parameter="{data.header_link}" class="blocklink"></f:link.typolink> 
 </pre> 

 The resulting class attribute @class="blocklink blocklink"@ 

 h1. Acceptance Criteria  

 * The resulting class attribute should not contain duplicate css classes 
 * This fix should also go into 7.6LTS and 6.2 LTS

Back