You need to use an empty string instead nullas text for the range, then your code will work as expected.
HtmlHelper, null "" , . :
https://github.com/cakephp/cakephp/blob/2.3.2/lib/Cake/View/Helper/HtmlHelper.php#L906
, ;
echo $this->Html->link(
$this->Html->tag('span', '', array('class' => 'icon new')) . "FooBar",
array('controller' => 'foo', 'action' => 'bar'),
array('class' => 'some other classes', 'escape' => false)
);
</span>
, , :
</span> , CakePHP, "" . HTML , , , HTML:
<a href="/foo/bar" class="some other classes">
<span class="icon new">FooBar</a>
, 'span'
<span> , , "" . </span> ( </a>).
"" HTML, . , (, , JavaScript).
PHP-, ,