diff --git a/rtl/uncompressed/modules/popup.js b/rtl/uncompressed/modules/popup.js
index 78397528a..c75738995 100644
--- a/rtl/uncompressed/modules/popup.js
+++ b/rtl/uncompressed/modules/popup.js
@@ -845,7 +845,7 @@ $.fn.popup.settings = {
var html = '';
if(typeof text !== undefined) {
if(typeof text.title !== undefined && text.title) {
- html += '
';
+ html += '';
}
if(typeof text.content !== undefined && text.content) {
html += '' + text.content + '
';
diff --git a/src/modules/popup.js b/src/modules/popup.js
index 78397528a..c75738995 100755
--- a/src/modules/popup.js
+++ b/src/modules/popup.js
@@ -845,7 +845,7 @@ $.fn.popup.settings = {
var html = '';
if(typeof text !== undefined) {
if(typeof text.title !== undefined && text.title) {
- html += '';
+ html += '';
}
if(typeof text.content !== undefined && text.content) {
html += '' + text.content + '
';