Author: bphillips
Date: Thu Dec 12 19:10:45 2013
New Revision: 1550491

URL: http://svn.apache.org/r1550491
Log:
updated struts tags declaration

Modified:
    struts/sandbox/trunk/struts2examples/themes/src/main/webapp/thankyou.jsp

Modified: 
struts/sandbox/trunk/struts2examples/themes/src/main/webapp/thankyou.jsp
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/themes/src/main/webapp/thankyou.jsp?rev=1550491&r1=1550490&r2=1550491&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/themes/src/main/webapp/thankyou.jsp 
(original)
+++ struts/sandbox/trunk/struts2examples/themes/src/main/webapp/thankyou.jsp 
Thu Dec 12 19:10:45 2013
@@ -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>


Reply via email to