From 42dfcc043b9ca104d10b2a2d0bbae49ce5f83b96 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Wed, 15 Jun 2011 11:19:40 +0000
Subject: [PATCH] minor: change separator character due to encoding problem

SVN: 21698
---
 .../java/ch/systemsx/cisd/openbis/public/common-dictionary.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
index b79e7b58f57..cb8b50edca7 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
@@ -58,7 +58,7 @@ var common = {
   data_report_label: "Report:",
   explore_label: "Explore:",
   add_unofficial_vocabulary_term_dialog_title: "Add Ad Hoc Term",
-  breadcrumbs_separator: "»",
+  breadcrumbs_separator: ">",
 	 
   //
   // Table Modifications
-- 
GitLab