Skip to content

Commit

Permalink
NUTCH-141: Invalid title tag in jsp page. Fix by Marko Bauhardt.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/lucene/nutch/branches/branch-0.7@356876 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Piotr Kosiorowski committed Dec 14, 2005
1 parent cfa918e commit 2113938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapps/jobtracker/jobdetails.jsp
Expand Up @@ -15,7 +15,7 @@
%>

<html>
<title Nutch MapReduce Job Details</title>
<title>Nutch MapReduce Job Details</title>
<body>
<h1>Job '<%=jobid%>'</h1>

Expand Down

0 comments on commit 2113938

Please sign in to comment.