diff --git a/modules/action-hash.php b/modules/action-hash.php index c4eaf95..ea95e19 100644 --- a/modules/action-hash.php +++ b/modules/action-hash.php @@ -15,7 +15,7 @@ register_module([ } else { - exit(page_renderer::render_main("Hashed string", "

" . $_GET["string"] . "" . hash("sha256", $_GET["string"] . "

"))); + exit(page_renderer::render_main("Hashed string", "

" . $_GET["string"] . "" . hash("sha256", $_GET["string"]) . "

")); } }); }