We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c3cc0 commit 29de66dCopy full SHA for 29de66d
src/DebugBar/Resources/widgets.js
@@ -263,7 +263,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
263
className: csscls('kvlist htmlvarlist'),
264
265
itemRenderer: function(dt, dd, key, value) {
266
- $('<span />').attr('title', key).text(key).appendTo(dt);
+ $('<span />').attr('title', $('<i />').html(key || '').text()).html(key || '').appendTo(dt);
267
dd.html(value);
268
}
269
0 commit comments