Hi everyone!
I am currently working with a bootstrap modal to create a login functionality within the modal itself.
There is a data validation function in place. However, when an error occurs, the word 'br' displays directly in the HTML instead of creating a line break effect.
For instance, if the username is left empty and the password is less than 6 characters, the HTML shows:
User Name cannot be empty <br>
Password must be at least 6 characters
Unfortunately, there is no line break effect present.