diff --git a/src/controllers/admin.js b/src/controllers/admin.js index 953a06291f..e978c85a78 100644 --- a/src/controllers/admin.js +++ b/src/controllers/admin.js @@ -131,7 +131,8 @@ adminController.themes.get = function(req, res, next) { }, function(err) { for (var w in widgetData.widgets) { if (widgetData.widgets.hasOwnProperty(w)) { - widgetData.widgets[w].content += "

"; + // if this gets anymore complicated, it needs to be a template + widgetData.widgets[w].content += "

"; } }