*/ class Mage_Adminhtml_Block_System_Store_Grid_Render_Website extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract { public function render(Varien_Object $row) { return '' . $this->escapeHtml($row->getData($this->getColumn()->getIndex())) . ''; } }