From b8119bde70371336873ede2e89c00afe4049da58 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Thu, 13 Jun 2013 11:35:32 +0000 Subject: [PATCH] + add smaller style. --- module/tree/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tree/model.php b/module/tree/model.php index 8dc7a02232..5977587055 100644 --- a/module/tree/model.php +++ b/module/tree/model.php @@ -504,7 +504,7 @@ class treeModel extends model static $users; if(empty($users)) $users = $this->loadModel('user')->getPairs('noletter'); $linkHtml = $module->name; - $linkHtml .= $module->type != 'story' ? ' [' . strtoupper(substr($module->type, 0, 1)) . ']' : ''; + $linkHtml .= $module->type != 'story' ? ' [' . strtoupper(substr($module->type, 0, 1)) . ']' : ''; if($type == 'bug' and $module->owner) $linkHtml .= '[' . $users[$module->owner] . ']'; if($type != 'story' and $module->type == 'story') {