Index: lib/ezpdf/classes/class.ezpdftable.php
===================================================================
--- lib/ezpdf/classes/class.ezpdftable.php	(revision 21087)
+++ lib/ezpdf/classes/class.ezpdftable.php	(working copy)
@@ -2564,7 +2564,7 @@
         $marginText .= ':justification:' . ( isset( $params['align'] ) ? $params['align'] : 'left' );
         $marginText .= '>';
 
-        $this->ezText( $marginText . urldecode( $text ) . '</ezCall:callText>' );
+        $this->ezText( $marginText . $text . '</ezCall:callText>' );
 
         $this->popStack();
     }
