Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwinlem <erwin.github@bk3.nl>2015-04-28 07:04:22 +0300
committerBryan Drewery <bryan@shatow.net>2015-04-28 07:04:25 +0300
commit6153c81ddf8895cac8498c78653e05675f5afb58 (patch)
tree5dd0aa19f2b748fbbdccfc81f104f9aa73ad3427 /src/share/poudriere/html
parent6c5e3405feb0fffa04ea65c0751366f8f7277aef (diff)
Remove excess id
Issue #301
Diffstat (limited to 'src/share/poudriere/html')
-rw-r--r--src/share/poudriere/html/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/html/build.html b/src/share/poudriere/html/build.html
index 4d931b82..008115fe 100644
--- a/src/share/poudriere/html/build.html
+++ b/src/share/poudriere/html/build.html
@@ -91,7 +91,7 @@
</tr>
</thead>
<tr>
- <td id="snap_loadavg" title="(% of allocated CPU) 1 5 10 minute averages" id="snap_loadavg"></td>
+ <td id="snap_loadavg" title="(% of allocated CPU) 1 5 10 minute averages"></td>
<td id="snap_swapinfo" title="% of swap devices used"></td>
<td id="snap_elapsed"></td>
<td id="snap_pkghour" title="Average package build rate per hour"></td>