How To Remove The P Tags In View Pages

Hello my admin.php page code is like this…

<?php $this->widget(‘zii.widgets.grid.CGridView’, array(

'id'=&gt;'content-grid',


'dataProvider'=&gt;&#036;model-&gt;search(),


'filter'=&gt;&#036;model,


'columns'=&gt;array(


	'id',


	'description',


	array(


		'class'=&gt;'CButtonColumn',


			),


),

)); ?>

need to rmeove the p tags…??

thanks

subbu vemuri

Which p tags?