From 02a5d0bf2b483fe41694a442ebd909866693702a Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 12 Mar 2015 14:56:29 +0800 Subject: [PATCH] * fix bug #679. --- module/build/view/view.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index e46dfbfe82..59b7282f6f 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -218,11 +218,11 @@ build->scmPath;?> - scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?> + scmPath, $build->scmPath, '_blank')?> build->filePath;?> - filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> + filePath, $build->filePath, '_blank');?>