Project

General

Profile

« Previous | Next » 

Revision f86bb6df

Added by Andreas Kohlbecker over 3 years ago

removing before protologue icon to conform to test assertionsĀ§

View differences:

modules/cdm_dataportal/includes/name.inc
502 502
      foreach ($external_links as $link) {
503 503
        if (!empty($link->uri)) {
504 504
          // for the link see also cdm_external_uri()
505
          $protologue_links[] = ' ' . l(font_awesome_icon_markup('fa-book'), $link->uri, ['html' => true]);
505
          $protologue_links[] = l(font_awesome_icon_markup('fa-book'), $link->uri, ['html' => true]);
506 506
          }
507 507
        }
508 508
      }

Also available in: Unified diff