From 38b5fa12886d46b25fb7e8deeb2851f1d615a4d0 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 12 Oct 2011 15:49:56 +0000 Subject: [PATCH] bugfix: force the browsers to use UTF-8 encoding (fixes scrambled breadcrumb character) SVN: 23308 --- .../openbis/plugin/phosphonetx/client/web/public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/public/index.html b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/public/index.html index c5022681bd3..75a9e940b0d 100644 --- a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/public/index.html +++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/public/index.html @@ -2,6 +2,8 @@ <html> <head> <title>openBIS - Biology Information System for PhosphoNetX</title> + +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- force IE to go to document mode IE8 standards (and avoid the dreadful quirks-mode) --> <meta http-equiv="X-UA-Compatible" content="IE=edge" > -- GitLab