I am trying to use CakePHP HTML Linker for the following code
<li class="iAdd"><a href="add"><span>Add Cuisine</span></a></li>
Since the span tag needs to be inside the a tag. am not able to get the output as need. Any suggestions on how to get it done ?