Issue with merging PERL into question text HTML

I've created a custom question text that on first glance is working perfectly, however when I test it I get an annoying space added after the $ and also after the word "price".

It must be something really silly I've overlooked, but can someone tell me how to remove this space please?


<b>If a one-time (with payment options), Stadium Title Right of $

[%Begin Unverified Perl

if (VALUE("ToB") eq "Standard") {return "17,500";}
if (VALUE("ToB") eq "FM") {return "8,750";}
if (VALUE("ToB") eq "NM") {return "13,125";}

End Unverified %]

per seat was required in addition to your annual season ticket price

[% Begin Unverified Perl

if (VALUE("ToB") eq "Standard") {return ", ";}
if (VALUE("ToB") eq "FM") {return "(inclusive of the 50% discount for being a Founding Member), ";}
if (VALUE("ToB") eq "NM") {return "(inclusive of the 25% discount for being a New Member), ";}

End Unverified %]

how would this impact your decision to purchase Player Box club seats?</b>

Resolved
3 replies