fixing erroneous EntityController commit
This commit is contained in:
parent
997934d6d8
commit
96f5c225f2
1 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue