fix to refer to correct XML in combined
diff --git a/releases/3.14/NewAndNoteworthy/combined.php b/releases/3.14/NewAndNoteworthy/combined.php
index 17262dc..0e75b7e 100644
--- a/releases/3.14/NewAndNoteworthy/combined.php
+++ b/releases/3.14/NewAndNoteworthy/combined.php
@@ -7,7 +7,7 @@
 
 # Generate the web page
 // Load the XML source
-$xml = DOMDocument::load('sourceediting.xml');
+$xml = DOMDocument::load('combined.xml');
 
 //Set the page title
 $xpath = new DOMXPath($xml);
diff --git a/releases/3.14/NewAndNoteworthy/combined.xml b/releases/3.14/NewAndNoteworthy/combined.xml
index d1f7f31..51e77cf 100644
--- a/releases/3.14/NewAndNoteworthy/combined.xml
+++ b/releases/3.14/NewAndNoteworthy/combined.xml
@@ -8,7 +8,7 @@
 		 Here are some of the more noteworthy features available in WTP 3.14,
 		 also available as part of the
 		 <a href="https://wiki.eclipse.org/Category:SimRel-2019-06">2019-06</a>
-		 <a href="https://wiki.eclipse.org/Simultaneous_Release">Simultaneous Release</a >
+		 <a href="https://wiki.eclipse.org/Simultaneous_Release">Simultaneous Release</a>
 		 (June 19th, 2019).
 		 <a href="http://download.eclipse.org/webtools/downloads/">Download</a>
 				it now!