Skip to content

extra space on echo statements #3

@xtensions

Description

@xtensions

<input type="text" name="test" value="<?php echo $test; ?>" />
Converts to
<input type="text" name="test" value="{{ test }} " />
Should have been
<input type="text" name="test" value="{{ test }}" />
See the space before closing brackets "{{ test }} " , It gives value a space. "{{ test }} " => "{{ test }}"

A great tool, btw 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions