Cannot rename Zoho Creator application with single quote in

Cannot rename Zoho Creator application with single quote in

I created a Creator application named "Brandon's Test". When I try to rename it, it fails, because the single quote is not escaped in the javascript. The error from the Firefox javascript console is:

Error: missing ) after argument list
Source File: http://creator.zoho.com/bbeacher/
Line: 1, Column: 43
Source Code:
showRenameApp('14682000000003003','Brandon's Test');

brandon.beacher