From 9215c4b703c9024eb34ffb3157ab80bbebd5be89 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 9 Jul 2010 14:39:31 +0200 Subject: [PATCH] "show instance" action: Link to the "search" action in the breadcrump. --- src/action_show_instance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.11.0