diff --git a/javascripts.js.html b/javascripts.js.html
index f26a58500baad0e8b4e632f2dc06f60922057b5d..11a83da64dbf4a21be27ae9c1af23f48dfb25509 100644
--- a/javascripts.js.html
+++ b/javascripts.js.html
@@ -221,7 +221,7 @@ function myInitPages() {
 [(#CONFIG{soyezcreateurs/native_tooltips}|=={on}|non)
 	$(function() { $( document ).tooltip({
 		  track: true,
-		  items: ':not(.crayon-icones *\[title\], .formulaire_crayon * \[title\], a span, a img, .postListItem *)',
+		  items: '\[title\]:not(.crayon-icones *\[title\], .formulaire_crayon * \[title\], a span, a img, .postListItem *)',
 		  show: {
 			delay: #CONFIG{soyezcreateurs/tooltip_delay,1000}
 		  }