diff --git a/sites/website.py b/sites/website.py
index aa9bf1f..ec5bf32 100644
--- a/sites/website.py
+++ b/sites/website.py
@@ -69,7 +69,7 @@ def render(data,db_object):
if avatar != "":
avatar = ""
else:
- avatar = "
" + request.host.split(':')[0] + "/
"
+ avatar = "" + request.host.split(':')[0] + "/
"
if 'template' in db_object:
if db_object['template'] != "":
diff --git a/templates/city.html b/templates/city.html
index eb251d0..d2a71de 100644
--- a/templates/city.html
+++ b/templates/city.html
@@ -28,7 +28,7 @@