Percentage sign in mask missing after a postback

In a Web Forms application, if you set a mask using a command like the following, the percentage sign (%) does not display after a postback: em_1.setmask(decimalmask!,"##.00%"). [CR 468377]