diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php
index 894c6054c0..a73412e1c2 100644
--- a/module/build/view/create.html.php
+++ b/module/build/view/create.html.php
@@ -13,40 +13,38 @@
-
-
- build->view;?>
-
- | build->product;?> |
- productName;?> |
-
-
- | build->name;?> |
- '>name;?> |
-
-
- | build->builder;?> |
- builder];?> |
-
-
- | build->date;?> |
- date;?> |
-
-
- | build->scmPath;?> |
- scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?> |
-
-
- | build->filePath;?> |
- filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> |
-
+
+ build->view;?>
+
+ | build->product;?> |
+ productName;?> |
+
+
+ | build->name;?> |
+ '>name;?> |
+
+
+ | build->builder;?> |
+ builder];?> |
+
+
+ | build->date;?> |
+ date;?> |
+
+
+ | build->scmPath;?> |
+ scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?> |
+
+
+ | build->filePath;?> |
+ filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> |
+
-
- | build->desc;?> |
- desc;?> |
-
-
-
- session->buildList ? $this->session->buildList : $this->createLink('project', 'build', "projectID=$build->project");
- if(!$build->deleted)
- {
- common::printLink('build', 'edit', "buildID=$build->id", $lang->edit);
- common::printLink('build', 'delete', "buildID=$build->id", $lang->delete, 'hiddenwin');
- }
- echo html::a($browseLink, $lang->goback);
- ?>
-
-
-
+
+ | build->desc;?> |
+ desc;?> |
+
+
+
+ session->buildList ? $this->session->buildList : $this->createLink('project', 'build', "projectID=$build->project");
+ if(!$build->deleted)
+ {
+ common::printLink('build', 'edit', "buildID=$build->id", $lang->edit);
+ common::printLink('build', 'delete', "buildID=$build->id", $lang->delete, 'hiddenwin');
+ }
+ echo html::a($browseLink, $lang->goback);
+ ?>
+
+