Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Feb 4, 2015
2 parents 833d436 + ccb1049 commit 41c48ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -449,7 +449,7 @@ private String createAssociationTooltipText(PrismProperty property){
sb.append(getAttributeName(attr));
sb.append(":");
if (realValue != null) {
sb.append(realValue.toString().replace(",", ",​").replace("@", "@​"));
sb.append(realValue.toString().replace(",", ",​").replace("@", "@​").replace("_", "@​"));
}
sb.append("<br>");
}
Expand Down

0 comments on commit 41c48ad

Please sign in to comment.