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
In the latest version of Chrome, visiting ~/Admin/Settings/general raises the following warnings in the browser console:
[Warning] https://localhost:9067/Admin/Settings/general 2168 A em tag was parsed inside of a <select> which was not inserted into the document. This is not valid HTML and the behavior may be changed in future versions of chrome.
[Warning] https://localhost:9067/Admin/Settings/general 2182 A em tag was parsed inside of a <select> which was not inserted into the document. This is not valid HTML and the behavior may be changed in future versions of chrome.
To Reproduce
Steps to reproduce the behavior:
Update to Chrome v128
Go to Admin > Configuration > Settings > General
Press F12 and switch to the Console tab.
Observer the warnings mentioned above.
Note: the same warnings don't show up in Chrome v127.
Expected behavior
Valid HTML.
Logs and screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
In the latest version of Chrome, visiting ~/Admin/Settings/general raises the following warnings in the browser console:
To Reproduce
Steps to reproduce the behavior:
Note: the same warnings don't show up in Chrome v127.
Expected behavior
Valid HTML.
Logs and screenshots
The text was updated successfully, but these errors were encountered: