Export favorites to txt file error i passwords

If exporting favorites to a txt file, all passwords with an / in will be replaced with %2F

eg pass is: 123/456 the pass in the textfile will be 123%2F456

URLs are exported to the text files. Special characters like / need to be URL encoded. Thus the behavior is correct.
-Mat