# HG changeset patch # User drewp@bigasterisk.com # Date 1364281724 0 # Node ID c0025b69a73f2f77923809922997f232319a4a36 # Parent b0cf9bcb22305b19d92cee5259cb90411e7e7fbd fix web ui abbrevs for xs: Ignore-this: 8fa2219e81e33840f839230f0526ed44 diff -r b0cf9bcb2230 -r c0025b69a73f light9/rdfdb/web/index.xhtml --- a/light9/rdfdb/web/index.xhtml Tue Mar 26 07:08:03 2013 +0000 +++ b/light9/rdfdb/web/index.xhtml Tue Mar 26 07:08:44 2013 +0000 @@ -32,7 +32,7 @@ // this is temporary. The correct thing is to parse the quad (or receive it as a tree) and then make links to the full URIs and display curies of them return s - .replace(//g, function (match, short) { return "xsd:"+short; }) .replace(//g, function (match, short) { return "light9:"+short; }) .replace(//g, function (match, short) { return "kcsession:"+short }); } @@ -58,4 +58,4 @@ - \ No newline at end of file +