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) */ %>
<p>
<center>
<p align="center">
<%=appfooter%>
</center>
</p>
</body>
</html>

View File

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