diff options
Diffstat (limited to 'mod/ecml')
-rw-r--r-- | mod/ecml/views/default/ecml/keywords/entity.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/ecml/views/default/ecml/keywords/entity.php b/mod/ecml/views/default/ecml/keywords/entity.php index 47d0244cb..5daa51fe3 100644 --- a/mod/ecml/views/default/ecml/keywords/entity.php +++ b/mod/ecml/views/default/ecml/keywords/entity.php @@ -15,7 +15,8 @@ if ($entity = get_entity($guid)) { echo elgg_view('output/url', array( 'href' => $entity->getURL(), 'title' => $entity->title, - 'text' => "<img src={$entity->getIcon('tiny')}>" . $entity->title + 'text' => "<img src={$entity->getIcon('tiny')}>" . $entity->title, + 'class' => "embeded_file link" )); } else { echo elgg_echo('ecml:entity:invalid'); |