Img src show weird

Hi guys,

i try put img src in CDetailView. One image can show but another cant show image.


            array(

                'label' => t("user", "Photo"),

//                'type' => 'raw',

                'value' => '<img src="' . Yii::app()->baseUrl . '/user/default/display_saved_image/enc_id/' . $model->enc_id . '" width="190" height="190"/>'         //error and can't show photo

            ),

            'birth',

            array(

                'label' => t("user", "Photo"),

//                'type' => 'raw',

                'value' => '<img src="' . Yii::app()->baseUrl . '/inventory/default/display_saved_image/enc_id/' . $model->enc_id . '" width="190" height="190"/>'  //work fine

            ),



i open View Page Source and saw many &quot;words inside the img src. Why this happpens? Anyone know how to fix it? Thanks




<tr class="even"><th>Photo</th><td>&lt;img src=&quot;/vendron/user/default/display_saved_image/enc_id/e41b1072c6e582349cbd9877d0ffaf8f&quot; width=&quot;190&quot; height=&quot;190&quot;/&gt;</td></tr>

<tr class="odd"><th>Birth</th><td>(null)</td></tr>

<tr class="even"><th>Photo</th><td><img src="/vendron/inventory/default/display_saved_image/enc_id/e41b1072c6e582349cbd9877d0ffaf8f" width="190" height="190"/></td></tr