fixing erroneous EntityController commit

This commit is contained in:
bjl23 2010-10-01 19:03:22 +00:00
parent 997934d6d8
commit 96f5c225f2

View file

@ -228,8 +228,7 @@ public class EntityController extends VitroHttpServlet {
} }
if( indiv.getURI().startsWith( vreq.getWebappDaoFactory().getDefaultNamespace() )){ if( indiv.getURI().startsWith( vreq.getWebappDaoFactory().getDefaultNamespace() )){
String entityLinkedDataURL = indiv.getURI() + "/" + indiv.getLocalName() + ".rdf"; vreq.setAttribute("entityLinkedDataURL", indiv.getURI() + "/" + indiv.getLocalName() + ".rdf");
vreq.setAttribute("entityLinkedDataURL", entityLinkedDataURL);
} }
vreq.setAttribute("css",css); vreq.setAttribute("css",css);