You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few functions like copy_element_contents() that use fgets() instead of fgetc(). This means they work correctly only the the close tag is on a line by itself.
Change these functions to use fgetc().