--- a/mention/prov-mention.html Wed Nov 21 14:19:21 2012 +0000
+++ b/mention/prov-mention.html Wed Nov 21 14:26:32 2012 +0000
@@ -44,6 +44,7 @@
}
</style>
<script src="../model/grammar/ll.js" class="remove"></script>
+ <script src="../model/provbib.js" class="remove"></script>
<script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
@@ -437,7 +438,7 @@
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "../model/extra-dm.css"],
+ extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
// editors, add as many as you like
// only "name" is required
@@ -472,7 +473,7 @@
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46974/status",
// Add extraReferences to bibliography database
- preProcess: [addExtraReferences],
+ preProcess: [addExtraReferences, addProvReferences],
postProcess: [updateSectionRefs, updateDfn, updateFigures],
};