Hello,
In my previous projects, I wanted to insert a close button in the Flash Message.
My solution was:
$this->view->flashClose='<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>';
If Message: $this->flashSession->success($this->view->flashClose."Message Content");
This worked fine for my previous projects. But I started a new project running with the last phalcon version and it doesn't work anymore. In fact quotes are added including the html button content.
If someone has a solution, that would be great
Many thanks for your help