diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-08-13 09:40:41 +0300 |
---|---|---|
committer | Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com> | 2018-08-13 09:40:41 +0300 |
commit | c10d96b43cc6882c993fb2db7c24e3bc82f96855 (patch) | |
tree | 3c331e0eaf2a80f8bd4db568652fac89cdc732ce /documentation | |
parent | 2e3f4708a8d56441f4a1a6ba9c34cc664e3f15af (diff) | |
download | vaadin-framework-c10d96b43cc6882c993fb2db7c24e3bc82f96855.tar.gz vaadin-framework-c10d96b43cc6882c993fb2db7c24e3bc82f96855.zip |
Set correct GWT .dtd definition (#11110)
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 f7476dbe5b..63da2d647b 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 2.8.1//EN" - "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd"> + "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN" + "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd"> <module> <!-- Inherit the default widget set --> |