summaryrefslogtreecommitdiff
path: root/modules/info
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-07 20:09:27 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-07 20:09:27 -0800
commit4756db435c1b934137f0ca2f169f74ab509ab72f (patch)
tree8032863f62fa744d84b052402444ca72d901b5f2 /modules/info
parente4c6662daeab45e9d05841e58d66ac68d4511375 (diff)
Minor style cleanup
Diffstat (limited to 'modules/info')
-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(