diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index cb9dea6f5..57f8632a1 100755 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -933,7 +933,7 @@ $.fn.popup.settings = { if(typeof text !== undefined) { if(typeof text.title !== undefined && text.title) { text.title = escape(text.title); - html += '
' + text.title + '
'; + html += '
' + text.title + '
'; } if(typeof text.content !== undefined && text.content) { text.content = escape(text.content);