summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeditflagtypes.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editflagtypes.cgi b/editflagtypes.cgi
index e02603b0a..6a2301251 100755
--- a/editflagtypes.cgi
+++ b/editflagtypes.cgi
@@ -428,7 +428,7 @@ sub validateName {
}
sub validateDescription {
- length($::FORM{'description'}) < 2^16-1
+ length($::FORM{'description'}) < 2**16-1
|| ThrowUserError("flag_type_description_invalid");
}