From 4ac7b1f679de3df93f6a3681334ef0ecaf12bcb2 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Wed, 24 Sep 2014 10:47:29 -0400 Subject: Autocomplete: Re-add wrappers to menu items --- demos/autocomplete/custom-data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/autocomplete/custom-data.html') diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index c243775a3..1c94a877a 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -68,7 +68,7 @@ }) .autocomplete( "instance" )._renderItem = function( ul, item ) { return $( "
  • " ) - .append( "" + item.label + "
    " + item.desc + "
    " ) + .append( "
    " + item.label + "
    " + item.desc + "
    " ) .appendTo( ul ); }; }); -- cgit v1.2.3