浏览代码

Correct DOCTYPE of GWT widgetset

tags/8.2.0.alpha1
Ahmed Ashour 6 年前
父节点
当前提交
7641b63854
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      documentation/clientside/clientside-module.asciidoc

+ 2
- 2
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 -->

正在加载...
取消
保存