EXTSCRIPT-167 changing the headers

git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1370200 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp
index 73f5238..0c20cab 100644
--- a/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp
+++ b/extscript-examples/myfaces20-extscript-helloworld/src/main/webapp/index.jsp
@@ -1,3 +1,4 @@
+<%@ page session="false" %>
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
  * specific language governing permissions and limitations
  * under the License.
 -->
-<%@ page session="false" %>
 <%
     response.sendRedirect("helloWorld.jsf");
 %>
\ No newline at end of file