1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 08:17:12 +02:00
This commit is contained in:
Ryan Cramer
2024-06-07 12:57:33 -04:00
parent 13221c3bd5
commit cc79223bc8

View File

@@ -1404,7 +1404,7 @@ abstract class Inputfield extends WireData implements Module {
continue;
}
$str .= "$attr=\"" . htmlspecialchars($value, ENT_QUOTES, "UTF-8") . '" ';
$str .= "$attr=\"" . htmlspecialchars("$value", ENT_QUOTES, "UTF-8") . '" ';
}
return trim($str);