2009/dap/calendar Overview.html,1.19,1.20

Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv5289

Modified Files:
	Overview.html 
Log Message:
small fixes

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	30 Mar 2011 16:55:10 -0000	1.19
+++ Overview.html	30 Mar 2011 17:02:31 -0000	1.20
@@ -473,7 +473,7 @@
                     <dd>
                      <p>A description of the event.
                         
-                  <pre class="example sh_javascript_dom">{description: 'Meeting with Joe\'s team'}</pre>
+                  <pre class="example sh_javascript_dom">{description: "Meeting with Joe's team"}</pre>
                     </dd>
                     <dt>
                         attribute DOMString? location
@@ -489,7 +489,7 @@
                     <dd>
                      <p>A summary of the event.
                         
-                  <pre class="example sh_javascript_dom">{summary: 'Agenda:\n\n\t* Introductions\n\t* AoB'}</pre>
+                  <pre class="example sh_javascript_dom">{summary: "Agenda:\n\n\t* Introductions\n\t* AoB"}</pre>
                     </dd>
                     <dt>
                         attribute DOMString start
@@ -1057,8 +1057,6 @@
 		
 		</p>
 		
-		<p>&nbsp;</p>
-				
 	</section>
 
     <section>
@@ -1087,11 +1085,7 @@
         <p>
           The [[WEBIDL]] syntax for this parameter is defined as follows:
         </p>
-        <div
-         class='idl'
-         title='CalendarEvent implements CalendarEventExtended'>
-          &nbsp;
-        </div>
+        <div class='idl' title='CalendarEvent implements CalendarEventExtended'></div>
         <dl
          title='[NoInterfaceObject] interface CalendarEventExtended'
          class='idl'>

Received on Wednesday, 30 March 2011 17:02:35 UTC