From c908edebeb0fb24c943071f5ac9f1d0631b08c98 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Dec 2009 13:27:27 +0000 Subject: - Patch #601150 by eojthebrave, bganicky, sun, seutje, JacobSingh, ivansf: improved UI for contextual links. --- modules/system/system.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 9e771aa3f..f1d9851d4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -3634,6 +3634,8 @@ function system_build_contextual_links($element) { $build = array(); if ($links) { $build = array( + '#prefix' => '', '#theme' => 'links', '#links' => $links, '#attributes' => array('class' => array('contextual-links')), -- cgit v1.2.3