git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@720442 13f79535-47bb-0310-9956-ffa450edef68
@@ -200,6 +200,9 @@ Trunk (unreleased changes)
login fails more predictably when misconfigured. (Alex Loddengaard via
cdouglas)
+ HADOOP-4676. Fix broken URL in blacklisted tasktrackers page. (Amareshwari
+ Sriramadasu via cdouglas)
+
Release 0.19.0 - 2008-11-18
INCOMPATIBLE CHANGES
@@ -55,7 +55,7 @@ Black-listed task-trackers</h1>
%>
<hr>
-<a href="jobdetails.jsp?jobid=><%=jobId%>">Go back to <%=jobId%></a><br>
+<a href="jobdetails.jsp?jobid=<%=jobId%>">Go back to <%=jobId%></a><br>
<%
out.println(ServletUtil.htmlFooter());