diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-02 09:50:55 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-02 06:57:06 +0000 |
commit | a50cc42cb3b727118044b4dd7d7529dec06c09fe (patch) | |
tree | e1b11ba30c137e4e047c184b829231956136184f /WebContent/WEB-INF | |
parent | 9589abe8ee06a4fd04b98954a71cd0f5e8fc65c4 (diff) | |
download | vaadin-framework-a50cc42cb3b727118044b4dd7d7529dec06c09fe.tar.gz vaadin-framework-a50cc42cb3b727118044b4dd7d7529dec06c09fe.zip |
Fixed invalid xml (#11688)
Change-Id: I68f74ecbaf0ee2795dc3d80a96b5333232b3d1f4
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index b5548367c9..4f0d8e073a 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <web-app id="vaadin-uitest" version="3.0" - xmlns="http://java.sun.com/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" > + xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> <!-- THIS IS A DEVELOPMENT AND TESTING web.xml . --> |