spec/Overview.html 1.1087 1898 add a space to make it not empty (whatwg

add a space to make it not empty (whatwg r1898) (changed by: Ian
Hickson)

Diffs for this change per section: 
  makeapp
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1087.html#makeapp
  make application
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1087.html#make-application

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#makeapp
  http://dev.w3.org/html5/spec/Overview.html#make-application

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#makeapp
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#make-application

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1086&r2=1.1087&f=h

http://html5.org/tools/web-apps-tracker?from=1897&to=1898

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1086
retrieving revision 1.1087
diff -u -d -r1.1086 -r1.1087
--- Overview.html 22 Jul 2008 02:20:05 -0000 1.1086
+++ Overview.html 22 Jul 2008 02:25:59 -0000 1.1087
@@ -28314,7 +28314,7 @@
 
    <pre>&lt;menu>
  &lt;a href="settings.html" onclick="panels.show('settings')">Settings&lt;/a> |
- &lt;bb type="makeapp" id="makeapp">&lt;/bb>
+ &lt;bb type="makeapp" id="makeapp"> &lt;/bb>
  &lt;a href="help.html" onclick="panels.show('help')">Help&lt;/a> |
  &lt;a href="logout.html" onclick="panels.show('logout')">Sign out&lt;/a>
 &lt;/menu>

Received on Tuesday, 22 July 2008 02:29:26 UTC