fix
This commit is contained in:
@@ -23,7 +23,7 @@ index 3695ba8c..e5eddf0d 100644
|
|||||||
+ result += decryptedChar;
|
+ result += decryptedChar;
|
||||||
+ }
|
+ }
|
||||||
+ if(quote){
|
+ if(quote){
|
||||||
+ return "\"" + result + "\""
|
+ return "\"" + result + "\"";
|
||||||
+ }else{
|
+ }else{
|
||||||
+ return result;
|
+ return result;
|
||||||
+ }
|
+ }
|
||||||
|
|||||||
Reference in New Issue
Block a user