Added additional html sanitization before using html on the UI.
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Before we add html from the server to the UI's dom, we should run another sanitation, even though it already has been cleaned on the backend.
Changelog: Added