diff --git a/webapp/web/edit/postEditCleanUp.jsp b/webapp/web/edit/postEditCleanUp.jsp
index 96aed8210..c7903247d 100644
--- a/webapp/web/edit/postEditCleanUp.jsp
+++ b/webapp/web/edit/postEditCleanUp.jsp
@@ -68,22 +68,12 @@
}
}
- /* The parameter extra=true is just for ie6. */
- if( resourceToRedirectTo != null ){
- if( urlPattern != null && ( urlPattern.endsWith("entity") || urlPattern.endsWith("individual") )){ %>
- <%-- Here we're building the redirect URL to include an (unencoded) fragment identifier such as: #propertyName --%>
-
-
-
-
-
- <% } else { %>
-
-
-
-
-
- <%} %>
+ if( resourceToRedirectTo != null ){ %>
+
+
+ <%-- For ie6 --%>
+
+
<% } else { %>
<% } %>