From: Florian Forster Date: Fri, 9 Jul 2010 12:39:31 +0000 (+0200) Subject: "show instance" action: Link to the "search" action in the breadcrump. X-Git-Tag: v4.0.0~118 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=9215c4b703c9024eb34ffb3157ab80bbebd5be89 "show instance" action: Link to the "search" action in the breadcrump. --- diff --git a/src/action_show_instance.c b/src/action_show_instance.c index 83c4d80..034aeb0 100644 --- a/src/action_show_instance.c +++ b/src/action_show_instance.c @@ -70,10 +70,10 @@ static void show_breadcrump_field (const char *str, /* {{{ */ char *str_html = html_escape (str); if (field_name != NULL) - printf ("%s", + printf ("%s", script_name (), field_name, str_html, str_html); else - printf ("%s", + printf ("%s", script_name (), str_html, str_html); free (str_html);