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
I know I could use something like class="#{my_get_post_class()}" but I'd like to utilize the function which itself echoes the string so I don't need an additional echo before in PHP code.
How to do that? (MtHaml 1.8, enableDynamicAttributes: false)
The text was updated successfully, but these errors were encountered:
Well, I'd prefer not to do it. Probably, if there's no better option, I will end with some string replacement on the output (working with grunt-haml-php)
Hello,
I would like to end with the following line in the PHP file:
However, when I write in Haml:
The result is
I know I could use something like
class="#{my_get_post_class()}"
but I'd like to utilize the function which itself echoes the string so I don't need an additional echo before in PHP code.How to do that? (MtHaml 1.8, enableDynamicAttributes: false)
The text was updated successfully, but these errors were encountered: