Description
I have had the need to change the way that options were escaped. I found that in order to change the settings, I had to override (and cut-n-paste the entire method) the appendOptionHtml() method to make the small fix. The change I propose is to refactor the escaping code to another method for easier extension.