I have an Attribute.text name "Cushion Modified" and i am passing the same dynamically
{% if attribute.name=="Shape" %} {% set image = 'image/catalog/Products/shapes/sample/' ~ attribute.text ~ '.png' %} {% endif %}
After executing it the image src looks like src="image/catalog/Products/shapes/sample/Cushion" modified.png=""
I want to make it like image/catalog/Products/shapes/sample/Cushionmodified.png
Any help