Fixing page headers
diff --git a/security_processes.php b/security_processes.php
index c4dcb08..0c47d90 100644
--- a/security_processes.php
+++ b/security_processes.php
@@ -1,4 +1,4 @@
-security_reports.php<?php
+<?php
 /**
  * Copyright (c) 2014-2017, 2018 Eclipse Foundation.
  *
@@ -22,7 +22,7 @@
 require_once ('_projectCommon.php');
 
 // Begin: page-specific settings. Change these.
-$pageTitle = "Jetty Security Reports";
+$pageTitle = "Jetty Security Processes";
 $Theme->setPageAuthor('Jesse McConnell');
 $Theme->setPageKeywords('jetty servlet jakartaee application container jsp');
 $Theme->setPageTitle($pageTitle);
diff --git a/security_reports.php b/security_reports.php
index c4dcb08..b6cf380 100644
--- a/security_reports.php
+++ b/security_reports.php
@@ -1,4 +1,4 @@
-security_reports.php<?php
+<?php
 /**
  * Copyright (c) 2014-2017, 2018 Eclipse Foundation.
  *