You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i am inserting data with another application that allows html tags, but i dont want they get rendered as h tml in grocery-crud
public function datas()
{
$crud = new grocery_CRUD();
$crud->unset_add();
$crud->set_table('datas');
$output = $crud->render();
$this->_example_output($output);
}
this is my basic rendering func. also i enabled
$config['grocery_crud_xss_clean'] = true;
in application\config\grocery_crud.php
The text was updated successfully, but these errors were encountered:
Hi i am inserting data with another application that allows html tags, but i dont want they get rendered as h tml in grocery-crud
this is my basic rendering func. also i enabled
$config['grocery_crud_xss_clean'] = true;
in application\config\grocery_crud.php
The text was updated successfully, but these errors were encountered: