# HG changeset patch # User Laure Bourgois # Date 1233157989 -3600 # Node ID a2fca6cdc5ffc4df6cbcffd071fafa03b4e61b20 # Parent 7882941d353037872b8d37028a77b84c3254f295 OWLView correction (namespace) diff -r 7882941d3530 -r a2fca6cdc5ff web/views/owl.py --- a/web/views/owl.py Wed Jan 28 16:52:12 2009 +0100 +++ b/web/views/owl.py Wed Jan 28 16:53:09 2009 +0100 @@ -1,9 +1,9 @@ from logilab.mtconverter import html_escape -from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url +#from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url from cubicweb.common.view import StartupView from cubicweb.common.view import EntityView -from cubicweb.web.httpcache import EtagHTTPCacheManager +#from cubicweb.web.httpcache import EtagHTTPCacheManager _ = unicode @@ -57,7 +57,7 @@ xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns="http://logilab.org/owl/ontologies/%s#" xmlns:%s="http://logilab.org/owl/ontologies/%s#" - xml:base="http://logilab.org/owl/ontologies/%s"> + xmlns:base="http://logilab.org/owl/ontologies/%s">