From 700034eb38ff610ecc5d3fc7a43a0b973a60bf0f Mon Sep 17 00:00:00 2001 From: Wolfgang de Groot <52136571+wolfgang-degroot@users.noreply.github.com> Date: Fri, 21 May 2021 20:36:41 -0500 Subject: [PATCH] Hotfixed form handling --- editor/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/index.php b/editor/index.php index 9dbd72f..454f73b 100644 --- a/editor/index.php +++ b/editor/index.php @@ -19,7 +19,7 @@ function modNameBox($editPage) { if (isset($editPage)) { - return " value=\"{$editPage}\" disabled"; + return " value=\"{$editPage}\" readonly"; } else { return null; }