diff --git a/app/views/public/needs/show.html.haml b/app/views/public/needs/show.html.haml
index dc54006..40bddd7 100755
--- a/app/views/public/needs/show.html.haml
+++ b/app/views/public/needs/show.html.haml
@@ -37,7 +37,8 @@
-else
%p.info=i(:"tag") + " Non catégorisé"
- %p.description= @need.description
+ .description
+ =simple_format @need.description
-if @need.image_file
%img{src: @need.image_file.file.url}