mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Fixed double encoding of HTML entities by improving Utils.escapeHTML. Fixes #76.
This commit is contained in:
parent
0e2ce2bee2
commit
f76316eae3
6 changed files with 31 additions and 21 deletions
|
@ -22,7 +22,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta charset="UTF-8">
|
||||
<title>CyberChef</title>
|
||||
|
||||
<meta name="copyright" content="Crown Copyright 2016" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue