Fixes to strip_problem_chars function

@jwilkes As discussed in private mail:

  • ret.split(";") should be ret.split(problem_chars[i])
  • remove the function from dialog_canvas.html where it isn't needed

Merge request reports

Loading