Skip to content
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

{strip}{/strip} not stripping all spaces #213

Closed
lfelizari opened this issue Apr 11, 2016 · 1 comment
Closed

{strip}{/strip} not stripping all spaces #213

lfelizari opened this issue Apr 11, 2016 · 1 comment

Comments

@lfelizari
Copy link

PHP 7.0.5
Smarty 3.1.29
Apache 2.4.6

Testing the example code in Smarty strip tag page should make this:

`{* the following will be all run into one line upon output *}
{strip}

This is a test

{/strip}`

Become this:
<table border='0'><tr><td><a href="http://. snipped...</a></td></tr></table>

Butt this is what I get:
<table border='0'> <tr> <td> <a href=""> <font color="red">This is a test</font> </a> </td> </tr> </table>

The bug is that has spaces between the html tags.

@uwetews
Copy link
Contributor

uwetews commented Apr 28, 2016

This bug is now fixed in the master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants