godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
285 stars 85 forks source link

Warning about htmlspecialchars on asset edit page #249

Open codecat opened 2 years ago

codecat commented 2 years ago

Getting this warning on the asset edit page:

Warning: htmlspecialchars() expects parameter 1 to be string, array given in /data/web/df/e1/53/godotengine.org/htdocs/asset-library/templates/_header.phtml on line 3

image

Located here:

https://github.com/godotengine/godot-asset-library/blob/354aa7a59abe5511f1adfed7326a0f422c461109/templates/_header.phtml#L1-L4

Gregorein commented 1 year ago

Yup, bug is still there

image