diff --git a/src/elogd.c b/src/elogd.c index 679d9fcb..54c710f5 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -17372,8 +17372,10 @@ void show_page_filters(LOGBOOK * lbs, int n_msg, int page_n, BOOL mode_commands, ("\n", list[index], - isparam(list[index]) && *getparam(list[index]) ? getparam(list[index]) : str); + if (isparam(list[index]) && *getparam(list[index])) + strencode2(str, getparam(list[index]), sizeof(str)); + + rsprintf(" name=\"%s\" value=\"%s\">\n", list[index], str); } } else {