mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Corrected some XHTML issues
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3152 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -397,6 +397,7 @@ public class ItemListTag extends TagSupport
|
||||
for (int i = 0; i < items.length; i++)
|
||||
{
|
||||
// now prepare the XHTML frag for this division
|
||||
out.print("<tr>");
|
||||
String rOddOrEven;
|
||||
if (i == highlightRow)
|
||||
{
|
||||
@@ -558,7 +559,7 @@ public class ItemListTag extends TagSupport
|
||||
|
||||
out.print("<td headers=\"" + id + "\" class=\""
|
||||
+ rOddOrEven + "Row" + cOddOrEven[cOddOrEven.length - 2] + "Col\" nowrap>"
|
||||
+ "<form method=get action=\"" + hrq.getContextPath() + "/tools/edit-item\">"
|
||||
+ "<form method=\"get\" action=\"" + hrq.getContextPath() + "/tools/edit-item\">"
|
||||
+ "<input type=\"hidden\" name=\"handle\" value=\"" + items[i].getHandle() + "\" />"
|
||||
+ "<input type=\"submit\" value=\"Edit Item\" /></form>"
|
||||
+ "</td>");
|
||||
|
Reference in New Issue
Block a user