diff --git a/storminvoice/storminvoice.theme.inc b/storminvoice/storminvoice.theme.inc
index 8ff729d..e7567c2 100644
--- a/storminvoice/storminvoice.theme.inc
+++ b/storminvoice/storminvoice.theme.inc
@@ -624,7 +624,7 @@ function theme_storminvoice_report_pdf($node, $language, $output = 'screen') {
     if ($c==2) $c=0;
     $y = $pdf->getY();
     $h = $pdf->getY();
-    $pdf->MultiCell($pageWidth * .4, 0, $i->description, 1, 'L', $c, 1);
+    $pdf->MultiCell($pageWidth * .4, 0, html_entity_decode($i->description, ENT_QUOTES), 1, 'L', $c, 1);
     $h = $pdf->getY() - $h;
     $pdf->setY($y);
     $pdf->setX(PDF_MARGIN_LEFT + $pageWidth * .4);
