i have this problem:
user can add an HTML description and it will be shown on his profile; when i show the user list, i’d wish to show this description, too.
since it could be too long, i’m going to cap it to a fixed lenght, but doing this i could break the HTML syntax leaving some tags open.
how can i check if everthing is ok and, if needed, close any open tag?
@tampe125 This isn’t my code, but it looks like it works.