updated struts tags declaration

git-svn-id: https://svn.apache.org/repos/asf/struts/sandbox/trunk@1550491 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2examples/themes/src/main/webapp/thankyou.jsp b/struts2examples/themes/src/main/webapp/thankyou.jsp
index 5fa306f..7c268ef 100644
--- a/struts2examples/themes/src/main/webapp/thankyou.jsp
+++ b/struts2examples/themes/src/main/webapp/thankyou.jsp
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-<%@ taglib prefix="s" uri="/struts-tags" %>
 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
     pageEncoding="ISO-8859-1"%>
+<%@ taglib prefix="s" uri="/struts-tags" %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>