diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html
index 432f025d3c..0396e25a3a 100644
--- a/bitbake/lib/toaster/toastergui/templates/projects.html
+++ b/bitbake/lib/toaster/toastergui/templates/projects.html
@@ -23,12 +23,12 @@
{{o.release.name}} |
{{o.get_current_machine_name}} |
{{o.get_number_of_builds}} |
- {{o.get_last_outcome}} |
- {{o.get_last_target}} |
- {{o.get_last_errors}} |
- {{o.get_last_warnings}} |
- {{o.get_last_imgfiles}} |
- {{o.updated|date:"d/m/y H:i"}} |
+ {{o.get_last_outcome}} |
+ {{o.get_last_target}} |
+ {{o.get_last_errors}} |
+ {{o.get_last_warnings}} |
+ {{o.get_last_imgfiles}} |
+ {{o.updated|date:"d/m/y H:i"}} |
{% endfor %}
{% include "basetable_bottom.html" %}