Skip to content

Commit

Permalink
Escape the name of the predefined search that was not found
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak authored and alexmv committed Apr 5, 2012
1 parent a24f3e8 commit a0f39b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/m/tickets/search
Expand Up @@ -31,7 +31,7 @@ my $search;
if ( $custom->Description eq $name ) { $search = $custom; last }
}
unless ( $search && $search->id ) {
$m->out("Predefined search $name not found");
$m->out("Predefined search ".$m->interp->apply_escapes($name, 'h')." not found");
return;
}
}
Expand Down

0 comments on commit a0f39b8

Please sign in to comment.