Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit ae4a1d3

Browse files
committed
Fixed typo
1 parent 778b6dd commit ae4a1d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packaging/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!DOCTYPE html><head>
32
<meta charset="UTF-8">
43
<title>Packaged Web Apps (Widgets) - Packaging and XML Configuration (Second Edition)</title>
@@ -1669,7 +1668,7 @@ <h4 id="example-of-usage-5"><span class="secno">7.12.4 </span>Example of Usage</
16691668
used with a <code>encoding</code> attribute to override the default value of the <code>encoding</code> attribute (<code><a href="#utf-8">UTF-8</a></code>) with the GB2312 character set, which the author has
16701669
used to encode simplified Chinese characters:</p>
16711670
<pre><code>&lt;widget xmlns="http://www.w3.org/ns/widgets"&gt;
1672-
&lt;name xml:lang="zh-cn"&gt;古老瓷地图&lt;/name&gt;
1671+
&lt;name xml:lang="zh-cn"&gt;古老中国地图&lt;/name&gt;
16731672
&lt;name&gt;Ancient Chinese Maps&lt;/name&gt;
16741673
<strong>&lt;content src="china-maps.html" encoding="GB2312"/&gt;</strong>
16751674
&lt;/widget&gt;</code></pre>

0 commit comments

Comments
 (0)