author | Luc Moreau <l.moreau@ecs.soton.ac.uk> |
Tue, 03 Apr 2012 22:09:16 +0100 | |
changeset 2244 | 31fd8c77c47b |
parent 2243 | 2007198a8dfe |
child 2245 | 599683d24f29 |
xml/prov-xml.html |
--- a/xml/prov-xml.html Tue Apr 03 22:02:04 2012 +0100 +++ b/xml/prov-xml.html Tue Apr 03 22:09:16 2012 +0100 @@ -24,7 +24,8 @@ <script class="remove"> function insertSchema(doc, content) { - return '<code class="language-xml"> ' + doc._esc(content) + '</code>'; +// return '<code class="language-xml"> ' + doc._esc(content) + '</code>'; + return doc._esc(content); } function htmlEncode(value){