diff --git a/rapids/models.py b/rapids/models.py
index 721f57e0..91482092 100644
--- a/rapids/models.py
+++ b/rapids/models.py
@@ -275,7 +275,7 @@ class RapidImage(models.Model):
def image_tag(self):
if self.image:
return mark_safe(
- '
Click and hold to zoom'
+ '
Click and hold to zoom'
.format(settings.MEDIA_URL, self.image))
else:
return ""