merging r4705 into trunk
This commit is contained in:
parent
a4497d1fa5
commit
5a22f2099d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ if( request.getAttribute("types") != null ){
|
||||||
out.println("<li>");
|
out.println("<li>");
|
||||||
out.print("<a href='"
|
out.print("<a href='"
|
||||||
+ response.encodeURL(
|
+ response.encodeURL(
|
||||||
getServletContext().getContextPath()
|
request.getContextPath()
|
||||||
+"/entity?uri=" + escapedURIStr
|
+"/entity?uri=" + escapedURIStr
|
||||||
+ portalParm )
|
+ portalParm )
|
||||||
+ "'>"
|
+ "'>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue