Removed placeholders and trailing whitespace
diff --git a/platform/4.4/M1/eclipse-news-M1.html b/platform/4.4/M1/eclipse-news-M1.html
index beadfa1..3f73494 100644
--- a/platform/4.4/M1/eclipse-news-M1.html
+++ b/platform/4.4/M1/eclipse-news-M1.html
@@ -8,7 +8,7 @@
 </head>
 <body>
 <h1>Eclipse Project 4.4 M1 - New and Noteworthy</h1>
-<p>Here are some of the more noteworthy things available in milestone build M1 
+<p>Here are some of the more noteworthy things available in milestone build M1
   (August 9, 2013) which is now available for <a href="http://download.eclipse.org/eclipse/downloads/" target="_top">download</a>.
 </p>
 <ul>
@@ -50,13 +50,13 @@
 
 public class RealE4View {
 	Label label;
-	
+
 	@PostConstruct
 	void createView(Composite parent) {
 		label = new Label(parent, SWT.BORDER);	
 		label.setText("Testing");
 	}
-	
+
 	@Focus
 	void setFocus() {
 		label.setFocus();
@@ -98,53 +98,19 @@
               security measures of the operating systems.
     </td>
   </tr>
-  <tr> 
-    <td colspan="2">  <div class="title">Resources</div>
-      </td>
-  </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
-  <tr> 
-    <td colspan="2">  <div class="title">SWT</div>
-      </td>
-  </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
-  <tr> 
-    <td colspan="2">  <div class="title">User Assistance</div>
-      </td>
-  </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
+
   <tr id="recenter-command">
     <td class="title">Improved Recenter command</td>
     <td class="content">
         Like in Emacs, the <b>Recenter</b> command in textual editors now cycles between center, bottom and top.
     </td>
   </tr>
-  <tr> 
-    <td colspan="2">  <div class="title">Team/CVS</div>
-      </td>
-  </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
-  <tr> 
-    <td colspan="2">  <div class="title">Compare</div>
-      </td>
-  </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
 
   <tr id="ant-1.9.2-update">
     <td class="title">Ant 1.9.2</td>
 
     <td class="content">
-    	The platform has been updated to use the latest version of Apache Ant (1.9.2). For 
+    	The platform has been updated to use the latest version of Apache Ant (1.9.2). For
     more information on what is new in Ant 1.9.2, see the official <a href="http://mirror.olnevhost.net/pub/apache//ant/README.html">what's new</a>.
     </td>
   </tr>
@@ -165,7 +131,7 @@
     	</p>
     </td>
   </tr>
-  <tr> 
+  <tr>
     <td class="title">Platform Debug BREE update</td>
 
     <td class="content">
@@ -187,7 +153,7 @@
 
     <td class="content">
     	You can't remove VMs that have been contributed to Eclipse via the <code>org.eclipse.jdt.launching.vmInstalls</code> extension point.This
-    	fact is now more recognizable: 
+    	fact is now more recognizable:
     	<p>
     	<img src="images/contrib-vm.png" alt="The Installed JREs preference page showing a contributed VM install"/>
     	</p>
@@ -197,7 +163,7 @@
   	<td class="title">Improved HCR for member types</td>
   	
   	<td class="content">
-  		Hot Code Replace (HCR) has been improved in the Java debugger to ensure the correct method is dropped to 
+  		Hot Code Replace (HCR) has been improved in the Java debugger to ensure the correct method is dropped to
   		in member types (inner / anonymous / local classes).
   		<p>
   		For more information see the <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=409023">bugzilla entry</a>.
@@ -211,7 +177,7 @@
     <td class="title">Display target platform in the status bar</td>
     <td class="content">
      You can now have target platform information displayed in the workbench status bar.  Currently it displays the active target
-     name and double clicking on it will open the <b>Target Platform</b> preference page. This feature can be enabled on the 
+     name and double clicking on it will open the <b>Target Platform</b> preference page. This feature can be enabled on the
      <b>General &gt; Plug-in Development</b> preference page.
      <p><img src="images/target-statusbar.png" alt="Target platform in the status bar"/></p>
     </td>
@@ -226,7 +192,7 @@
   <tr id="warn-platformadmin-unavailable">
     <td class="title">Warning if PlatformAdmin is unavailable</td>
     <td class="content">
-     PDE requires the PlatformAdmin service to function. The Equinox Framework has moved this service to the <b>org.eclipse.osgi.compatibility.state</b> 
+     PDE requires the PlatformAdmin service to function. The Equinox Framework has moved this service to the <b>org.eclipse.osgi.compatibility.state</b>
      compatibility fragment.  If the fragment is not installed, PDE will write an error to the log and will not function correctly. The fragment
      is included in the Eclipse SDK, so most users will be unaffected.
      <p><img src="images/platformadmin-message.png" alt="Error message for PlatformAdmin unavailable"/></p>
@@ -253,13 +219,13 @@
          <li> Introduction of Service Scopes to the OSGi Service Registry
              (<a href="http://www.osgi.org/Specifications/Drafts">RFC 195</a>)
          </li>
-         <li> Improvements of Weaving Hooks 
+         <li> Improvements of Weaving Hooks
              (<a href="http://www.osgi.org/Specifications/Drafts">RFC 191</a>)
          </li>
-         <li> Clarification of hooks on the system bundle 
+         <li> Clarification of hooks on the system bundle
              (<a href="http://www.osgi.org/Specifications/Drafts">RFC 198</a>)
          </li>
-         <li> Native environment namespace 
+         <li> Native environment namespace
              (<a href="http://www.osgi.org/Specifications/Drafts">RFC 188</a>)
          </li>
          <li> Data Transfer Objects
@@ -268,38 +234,28 @@
          <li> Addition of FrameworkWiring.findProviders
          </li>
       </ul>
-      From an Equinox perspective these are considered incremental enhancements.  
-      The enhancements mentioned above are implemented in M1.  A majority of the 
-      development effort during this release cycle is focused on refactoring and, in 
-      many cases, rewriting the core Equinox Framework implementation to be based on 
+      From an Equinox perspective these are considered incremental enhancements.
+      The enhancements mentioned above are implemented in M1.  A majority of the
+      development effort during this release cycle is focused on refactoring and, in
+      many cases, rewriting the core Equinox Framework implementation to be based on
       the OSGi generic dependency model.
       <p>
-      For most consumers and developers this change should not be noticed.  But, as 
-      documented in the <a href="http://wiki.eclipse.org/Equinox/Luna_Framework">wiki</a>, 
+      For most consumers and developers this change should not be noticed.  But, as
+      documented in the <a href="http://wiki.eclipse.org/Equinox/Luna_Framework">wiki</a>,
       there are four main areas of concern that the community should be aware of:
       </p>
       <ul>
-         <li>The Framework no longer uses the old Equinox resolver API 
+         <li>The Framework no longer uses the old Equinox resolver API
              org.eclipse.osgi.service.resolver internally to resolve bundles.</li>
-         <li>All Equinox Framework specific hook implementations are broken and will 
+         <li>All Equinox Framework specific hook implementations are broken and will
              need to migrate.</li>
          <li>Removal of old style plug-in support. A compatibility fragment is available to add the support back.</li>
          <li>Removal of PlatformAdmin Service Implementation. A compatibility fragment is available to add support back.</li>
-      </ul>      
+      </ul>
     </td>
   </tr>
 
-  <tr> 
-    <td colspan="2">  <div class="title">Template</div>
-      </td>
-  </tr>
-  <tr id="first-item">
-    <td class="title">First item</td>
-    <td class="content">
-      Item blurb.
-    </td>
-  </tr>
-  <tr> 
+  <tr>
     <td colspan="2">  </td>
   </tr>
 </table>