diff --git a/source/plg_system_t3/admin/thememagic/js/thememagic.js b/source/plg_system_t3/admin/thememagic/js/thememagic.js index 02e0d7d547..1a4748a249 100644 --- a/source/plg_system_t3/admin/thememagic/js/thememagic.js +++ b/source/plg_system_t3/admin/thememagic/js/thememagic.js @@ -765,7 +765,7 @@ var T3Theme = window.T3Theme || {}; T3Theme.jalert = $([ '
', - '', + '', (title ? '

' + title + '

' : ''), '

', msg, '

', '
'].join(''))