diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-08-30 15:26:06 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-05 15:11:58 +0300 |
commit | 2d129043644946f7341db9f16453b773346d358f (patch) | |
tree | 41d557433e367a3fb3c41d1d133bc1edd2accd51 /documentation | |
parent | b8a5c126b4f8647a751b3c8091f1f96d2f7724a8 (diff) | |
download | vaadin-framework-2d129043644946f7341db9f16453b773346d358f.tar.gz vaadin-framework-2d129043644946f7341db9f16453b773346d358f.zip |
Correct DOCTYPE of GWT widgetset
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/clientside/clientside-module.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/clientside/clientside-module.asciidoc b/documentation/clientside/clientside-module.asciidoc index 4656264ce1..f7476dbe5b 100644 --- a/documentation/clientside/clientside-module.asciidoc +++ b/documentation/clientside/clientside-module.asciidoc @@ -20,8 +20,8 @@ widget set, you should normally inherit the [classname]#DefaultWidgetSet#. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC - "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN" - "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd"> + "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN" + "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd"> <module> <!-- Inherit the default widget set --> |