Need help about assign variable problem

  1. In Controller i assigned a variable $content to .tmp file using statement



    $view->assign(‘content’, $content);


  2. In my .tmp i have:



    [B]

{foreach from=$content item=info}
{$info.post_content}

{/foreach}
[/B]


Variable $info.post_content not show in HTML format but it display html tags out :confused: how to show them in HTML format ?

Ex for my problem:
content here not bold but it show html b tags with content too


Sorry for my english, Please help me

Thanks for any help