Various issues with Html encoded text not matching. An example is Dev Bank Wales
See issue 3400 for more information
Click to Refresh Page
This label will be UNENCODED during first page load, but then on subsequent postbacks it'll change to be encoded - won't make any difference in the browser, but we should see the match not translate the text.
Note that the submit button is disabled once the page is in PostBack mode -that's because it'll throw an exception as a "potentially dangerous" request with all these #s in it! Also, the replacements here should be lookups. Better go off and work out how to do lookups then.