SJPCompany / Bigrivers

The remake of the website from Bigrivers
MIT License
0 stars 0 forks source link

html tags saved in database #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

At description in "Artists" table, tags along with the filled values will be saved in database.

Example: At artist with id 5 Description says

54321

ghost commented 6 years ago

Issue #39 (2)

ghost commented 6 years ago

Added strip_tags() at description data in model at functions set_artist() and update_artist() to save it without the tags.