diff --git a/styles/bootstrap/application.js b/styles/bootstrap/application.js
index 65fccac65..9fd2192ad 100644
--- a/styles/bootstrap/application.js
+++ b/styles/bootstrap/application.js
@@ -6,7 +6,7 @@ chzn_template_func = function (state) {
if(subtitle)
html += '
'+subtitle+'';
if(warning)
- html += '
'+warning+'';
+ html += '
'+warning+'';
html += '';
var $newstate = $(html);
return $newstate;