From e7f4d9c8e1cf578819c5042826d57b5a9222f7a1 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 8 May 2015 13:20:55 +0100 Subject: bitbake: toastergui: fix whitespace after URL This patch fixes whitespace after URLs in the tasks page, fixing warnings from the linkchecker. (Bitbake rev: 2f98e6e78845f699777856ee5dec7b26f4c88d08) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/tasks.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html index 5c1c476bad..32c0552360 100644 --- a/bitbake/lib/toaster/toastergui/templates/tasks.html +++ b/bitbake/lib/toaster/toastergui/templates/tasks.html @@ -86,13 +86,13 @@ {{task.recipe.version}} - {{task.task_name}} {% if task.get_description %} {% endif %} + {{task.task_name}} {% if task.get_description %} {% endif %} - {{task.get_executed_display}} + {{task.get_executed_display}} - {{task.get_outcome_display}} + {{task.get_outcome_display}} {% if MANAGED and build.project and task.outcome = task.OUTCOME_FAILED %} @@ -101,7 +101,7 @@ - {{task.get_sstate_result_display|format_none_and_zero}} + {{task.get_sstate_result_display|format_none_and_zero}} {{task.elapsed_time|format_none_and_zero|floatformat:2}} -- cgit 1.2.3-korg