Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joelkuiper/addis
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkuiper committed Apr 20, 2012
2 parents 715fcf1 + ee4a65b commit 42d68cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public void propertyChange(PropertyChangeEvent evt) {
});
}
public Object getValue() {
String text = ((String) d_nested.getValue()).replaceAll("\n", "<br/>");
String text = ((String) d_nested.getValue().toString()).replaceAll("\n", "<br/>");
return "<html><div style='text-align:left;'>" + text + "</div></html>";
}
public void setValue(Object newValue) {
Expand Down

0 comments on commit 42d68cc

Please sign in to comment.