simple HTML syntax fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@410683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-05-31 22:02:37 +00:00
parent 94cc256054
commit 2008f5c535
2 changed files with 7 additions and 10 deletions

View File

@ -1,8 +1,6 @@
<% /* Author Andrew C. Oliver (acoliver2@users.sourceforge.net) */ %> <% /* Author Andrew C. Oliver (acoliver2@users.sourceforge.net) */ %>
<p> <p align="center">
<center>
<%=appfooter%> <%=appfooter%>
</center>
</p> </p>
</body> </body>
</html> </html>

View File

@ -1,12 +1,11 @@
<%@include file="configuration.jsp"%> <%@include file="configuration.jsp"%>
<% /* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net */ %> <% /* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net */ %>
<html> <html>
<header> <head>
<title><%=appTitle%></title> <title><%=appTitle%></title>
</header> </head>
<body> <body>
<center>
<p> <p align="center">
Welcome to the Lucene Template application. (This is the header) Welcome to the Lucene Template application. (This is the header)
</p> </p>
</center>