[BUG]: Phalcon\Html\Helper\Title
invoke
- remove separator
#15866
Labels
Phalcon\Html\Helper\Title
invoke
- remove separator
#15866
The
Title
helper has the following__invoke
parametersThis works fine when one sets the title from the controller like so:
which should produce a
However in the view, the call
{{ tag.title() }}
produces
because the separator is overwritten. To achieve the desired behavior the volt code has to be changed to
which forces developers to use the separator in two spots.
The signature of
__invoke
has to change, and the separator has to be removedThe text was updated successfully, but these errors were encountered: