-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Again a problem with spaces... #180
Comments
Seems that after a smarty var is added a space. This is very ugly if we think to the forms... input int values validation. Starting with version 3.1.28 seems to be a lot of bugs... Now i come back to the 3.1.27 version. |
Can you give some full example where you still see the problem. |
Hi, This is the example:
The output with last dev. smarty version is : #Text # |
Another situation that doesn't work is:
The output is: #Text . In this case, between # and Text , the space is removed. PS: sorry, I started with issue #177, and here I forgot to add {strip} {/strip} to be more explicit (just Ii edited my posts). |
{strip} is really tricky with all the different cases Fix is in the master branch. |
Again problem, I checked with dev /40 version
This not let the space between |
I have this sequence
...
[{#variable#|mb_trim}]
...
Before last ] is added a space.
Please see and #177 . This issue is closed, but the problem still persists.
The text was updated successfully, but these errors were encountered: