Index: fusion_core/panels-pane.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/fusion/fusion_core/panels-pane.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 panels-pane.tpl.php
--- fusion_core/panels-pane.tpl.php	18 Nov 2010 23:43:54 -0000	1.4
+++ fusion_core/panels-pane.tpl.php	23 Dec 2010 22:26:58 -0000
@@ -42,8 +42,8 @@
       </div>
     <?php endif; ?>
 
-    <div class="pane-content content">
-      <?php print $content; ?>
+    <div class="pane-content">
+      <?php print render($content); ?>
     </div>
 
     <?php if ($links): ?>
@@ -58,4 +58,4 @@
       </div>
     <?php endif; ?>
   </div>
-</div>
+</div>
\ No newline at end of file
