Project

General

Profile

« Previous | Next » 

Revision 709175a2

Added by Andreas Kohlbecker about 8 years ago

Tests for hierarchic descriptions at the example of FloraMalesiana

View differences:

modules/cdm_dataportal/includes/descriptions.inc
666 666
              }
667 667
            }
668 668
            $block_content_is_empty = $block_content_is_empty && empty($text);
669
            $block->content[] = markup_to_render_array($text);
669
            $block->content[] = markup_to_render_array('<div id="Description" class="feature-block-elements"><div>' . $text . '</div></div>');
670 670
            $block_content_is_empty = $block_content_is_empty && empty($media_list);
671 671
          }
672 672

  

Also available in: Unified diff