summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/helpers/info_block.php')
-rw-r--r--modules/info/helpers/info_block.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php
index 9596bc41..74c92510 100644
--- a/modules/info/helpers/info_block.php
+++ b/modules/info/helpers/info_block.php
@@ -60,7 +60,8 @@ class info_block_Core {
if ($theme->item->owner->url) {
$info["owner"] = array(
"label" => t("Owner:"),
- "value" => "<a href=\"{$theme->item->owner->url}\">" . html::clean($display_name) . "</a>"
+ "value" => "<a href=\"{$theme->item->owner->url}\">" .
+ html::clean($display_name) . "</a>"
);
} else {
$info["owner"] = array(