标签内容的解码

将特色的HTML实体转化为>和<

Html::decode($string);

$decodedUserName = Html::decode($userName);