This commit is contained in:
2025-05-13 10:49:21 -07:00
parent 7500b3faf6
commit c1e9144af5

View File

@@ -115,7 +115,7 @@ return [
if (strlen($content) > 0) {
$raw = base64_decode($content);
}
return $raw;
return urldecode($raw);
},
]
];