diff --git a/forum/static/js/forum.js b/forum/static/js/forum.js
index d0f07e2..866f03e 100644
--- a/forum/static/js/forum.js
+++ b/forum/static/js/forum.js
@@ -69,7 +69,7 @@ function createForum(url, topic) {
console.log(data);
data = data.split('-');
- $('.foruns_list').append(""+data[2]+"
");
+ $('.foruns_list').append(""+data[2]+"
");
$("#createForum").modal('hide');
diff --git a/forum/templates/forum/forum_form.html b/forum/templates/forum/forum_form.html
index c3a13f3..5c585e0 100644
--- a/forum/templates/forum/forum_form.html
+++ b/forum/templates/forum/forum_form.html
@@ -1,7 +1,7 @@
{% load static i18n %}
{% load widget_tweaks %}
-