Skip to content
Snippets Groups Projects
Commit d5663e94 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-4367 [refactor] rename variable

parent 803ae046
Branches
Tags
No related merge requests found
......@@ -62,8 +62,8 @@ public class FormDataHtmlCleaner {
var outputSettings = new Document.OutputSettings();
outputSettings.prettyPrint(false);
jsoupDocument.outputSettings(outputSettings);
var str = jsoupDocument.html().replace("\\\\n", "\n");
return Jsoup.clean(str, "", Safelist.none(), outputSettings);
var innerHtml = jsoupDocument.html().replace("\\\\n", "\n");
return Jsoup.clean(innerHtml, "", Safelist.none(), outputSettings);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment