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
The only supported charset in the OTOBO fronend is utf-8. This value is already hard coded in Kernel::Output::HTML::Layout:_AddHeadersToResponseObject(). So let's remove this holdout from old times.
Also fix the test failures in scripts/test/HTMLUtils/DocumentComplete.t . See also #3100.
The text was updated successfully, but these errors were encountered:
The only supported charset in the OTOBO fronend is utf-8. This value is already hard coded in
Kernel::Output::HTML::Layout:_AddHeadersToResponseObject()
. So let's remove this holdout from old times.Also fix the test failures in scripts/test/HTMLUtils/DocumentComplete.t . See also #3100.
The text was updated successfully, but these errors were encountered: