Can not opne new Window

HI,

In Yii-1.0.11, I use

<?php echo CHtml::link(‘Show’, array(‘show’,‘id’=>$model->id), array(‘target’=>’_blank’)) ; ?>

And that is working fine but in YII 1.1

I use this way

array(

    'name'=&gt;'Action',


'type'=&gt;'raw',


'value' =&gt; 'CHtml::link(&quot;Show&quot;, array(&quot;show&quot;,&quot;id&quot;=&gt;&#036;data-&gt;id,&quot;target&quot;=&gt;&quot;_blank&quot;))',


    ),

And this is not working. Have any idea where is my problem