Skip to content

Fixes to strip_problem_chars function

Albert Gräf requested to merge (removed):strip_problem_chars-fix into master

@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