X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faction_show_instance.c;h=034aeb05fabbe8bc40a7e39f0beb5e7f6f9ccc3b;hb=49e41ab84a7719050ada26760b0184180f085b55;hp=83c4d808e0139a087586d9292b115c902856f5f6;hpb=06793c7f4790edc8cd0d38f6b3fc486c0b6e63cf;p=collection4.git 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);