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
Validation messages output in the webpages of individual developers are currently not properly escaped, most likely to accommodate replacement of \n with <br />:
As a result, symbols like "<" are not escaped (for example in the ResponseError: Request to 'structures?filter=nperiodic_dimensions < 3' returned HTTP status code 500. message).
The text was updated successfully, but these errors were encountered:
Validation messages output in the webpages of individual developers are currently not properly escaped, most likely to accommodate replacement of
\n
with<br />
:providers-dashboard/make_ghpages/mod/templates/singlepage.html
Lines 109 to 113 in 01223ff
As a result, symbols like "<" are not escaped (for example in the
ResponseError: Request to 'structures?filter=nperiodic_dimensions < 3' returned HTTP status code 500.
message).The text was updated successfully, but these errors were encountered: