json.return IE bug fixe suite + misc

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-05 15:35:14 +01:00
parent acb87f238a
commit 3d36e980af
6 changed files with 14 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
<section class="bookmarks">
<?php print render(entity_view('node', $bookmarks, $viewmode)); ?>
<?php $entity_view = entity_view('node', $bookmarks, $viewmode); ?>
<?php print render($entity_view); ?>
</section>