diff --git a/app/views/admin/cfps/index.html.haml b/app/views/admin/cfps/index.html.haml
index fb075eae..09c208cf 100644
--- a/app/views/admin/cfps/index.html.haml
+++ b/app/views/admin/cfps/index.html.haml
@@ -27,7 +27,7 @@
= cfp.end_date.strftime('%A, %B %-d. %Y')
%td
%p
- = markdown(truncate(cfp.description))
+ = truncate(cfp.description)
%td
= pluralize(cfp.remaining_days, 'day')
%td