From f76fbb8901e71b38d18735a1223603157689b888 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Wed, 9 May 2012 22:14:34 +0200 Subject: Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842 --- demos/tooltip/custom-content.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'demos/tooltip/custom-content.html') diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index d6ce27f69..3b3308153 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -30,9 +30,11 @@ content: function() { var element = $( this ); if ( element.is( "[data-geo]" ) ) { - return "" + text +
+						""; + text + "'>"; } if ( element.is( "[title]" ) ) { return element.attr( "title" ); -- cgit v1.2.3