How to get rid of "d»z" or "" characters
- by Cassandra
I have website based on Umbraco 5. I have installed contact form plugin (http://cultivjupitercontact.codeplex.com/).
And on the web page at the end of this contact form there are always characters "d»z". It looks like that:
...
<input type="submit" value="Send" />
</fieldset>
<input name='uformpostroutevals' type='hidden' value='somevalue' /></form>d»z
I suspect there is something wrong with encoding. I have tried to change it(to ANSI or UTF-8 without BOM but it didn't helped. Perhaps I have changed it in wrong file, cause I don't really know where exactly this 'd»z'is coming from. All I know it came with this plugin.
On different server those extra characters are "".
How can I get rid of those extra characters?
Any help much appreciated!