* format.

This commit is contained in:
xia0ta0
2013-11-14 16:09:02 +08:00
parent 9d7e3b1108
commit 082d249b69
+1 -1
View File
@@ -24,7 +24,7 @@
<th class='rowhead'><?php echo $lang->build->name;?></th>
<td>
<?php echo html::input('name', '', "class='text-3'");?>
<?php if($lastBuild) echo '<span class="gray">' . $lang->build->last . ': ' . $lastBuild->name . '</span>';?>
<?php if($lastBuild) echo '<span class="gray">(' . $lang->build->last . ': ' . $lastBuild->name . ')</span>';?>
</td>
</tr>
<tr>