diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/tickets/Ticket2117.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/tickets/Ticket2117.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tickets/Ticket2117.java b/uitest/src/com/vaadin/tests/tickets/Ticket2117.java index e4365c3edb..c218e71a43 100644 --- a/uitest/src/com/vaadin/tests/tickets/Ticket2117.java +++ b/uitest/src/com/vaadin/tests/tickets/Ticket2117.java @@ -56,7 +56,7 @@ public class Ticket2117 extends Application { + "'>" + getURL().toExternalForm() + "</a> which opens new windows to this uri. They should end up having a separate Window and URL.", - ContentMode.XHTML)); + ContentMode.HTML)); return w; } } |