fix: special chars in subscriptions (#271)
This commit is contained in:
@@ -4,7 +4,6 @@ function validate($value) {
|
||||
$value = trim($value);
|
||||
$value = stripslashes($value);
|
||||
$value = htmlspecialchars($value);
|
||||
$value = htmlentities($value);
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$version = "v1.20.0";
|
||||
$version = "v1.20.1";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user