diff --git a/opentech/apply/funds/differ.py b/opentech/apply/funds/differ.py
index 98552b4fa22b080c94ac924cd6b801fdf0158482..cb4ac2cf2dca5aa1b8e3508e58592c707e135be1 100644
--- a/opentech/apply/funds/differ.py
+++ b/opentech/apply/funds/differ.py
@@ -8,7 +8,7 @@ from django.utils.text import mark_safe
 
 
 def wrap_with_span(text, class_name):
-    return format_html('<div class="diff diff__{}">{}</div>', class_name, mark_safe(text))
+    return format_html('<span class="diff diff__{}">{}</span>', class_name, mark_safe(text))
 
 
 def wrap_deleted(text):