Remove HTML from title in example - jQueryUI changed to text() so HTML no longer works

This commit is contained in:
Nathan Gray 2013-08-26 19:10:26 +00:00
parent 4fa0370ce4
commit 5a5b02c304

View File

@ -81,7 +81,7 @@
* }, class="ui-state-error"},
*
* ],
* title: 'Why would you want to do <span style="color: red">this</span>?',
* title: 'Why would you want to do this?',
* template:"/egroupware/addressbook/templates/default/edit.xet",
* value: { content: {...default values}, sel_options: {...}...}
* });