diff --git a/html/sites/all/modules/contrib/nodeblock/nodeblock.module b/html/sites/all/modules/contrib/nodeblock/nodeblock.module
index f2d3570..d519057 100755
--- a/html/sites/all/modules/contrib/nodeblock/nodeblock.module
+++ b/html/sites/all/modules/contrib/nodeblock/nodeblock.module
@@ -561,6 +561,8 @@ function nodeblock_block_view($delta = '') {
   if(!$comment_link && isset($block['content']['links']['comment'])) {
     unset($block['content']['links']['comment']);
   }
+
+    $block["content"] = drupal_render($block["content"]);
   return $block;
 }
 
