volt - v5.0.0RC3 #16021
Replies: 5 comments 9 replies
-
... is it work if you escape it?
|
Beta Was this translation helpful? Give feedback.
-
@davidcorreia this has been fixed in RC4 correct? |
Beta Was this translation helpful? Give feedback.
-
OK great about the For the If you have the time, you could change all the |
Beta Was this translation helpful? Give feedback.
-
sorry but i didn't quite understand. |
Beta Was this translation helpful? Give feedback.
-
You can use (for now) both in your code and also in Volt. The one clash that we had with names was You can use the Once the I hope the above makes more sense :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
just tried to test RC3 but got an error
PHP Parse error: syntax error, unexpected identifier "fa", expecting "]" in /var/www/html/cache/_var_www_html_app_views_index.volt.php on line 632
which is
<?= \Phalcon\Tag::linkTo(["user/profile", "<i class="fa fa-user fa-fw"></i> Perfil do utilizador"]) ?>
which gives rise to the following
{{ link_to('user/profile', '<i class="fa fa-user fa-fw"></i> Perfil do utilizador') }}
with an image it's easy to see the problem

with RC2 it's working
Beta Was this translation helpful? Give feedback.
All reactions