diff --git a/Makefile b/Makefile
index 217358e..29387bd 100644
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,5 @@ install:
$(MAKE);
rm -rf /srv/http/build/;
cp -rT ./build /srv/http/build/;
+ cp -rT ./build/scripts/ /srv/http/mgoal/scripts/;
+ cp -rT ./build/styles/ /srv/http/mgoal/styles/;
diff --git a/src/templates/search.html b/src/templates/search.html
index 55e8e73..7bb135f 100644
--- a/src/templates/search.html
+++ b/src/templates/search.html
@@ -29,15 +29,15 @@
{% block styles %}
{{super()}}
-
-
+
+
{% endblock %}
{% block scripts %}
{{super()}}
-
-
+
+
{% endblock %}