--- a/spec/index-respec.html Mon Nov 21 15:31:44 2011 +0100
+++ b/spec/index-respec.html Mon Nov 21 11:58:21 2011 -0500
@@ -45,6 +45,9 @@
<script class='remove'>
var preProc = {
apply: function(c) {
+ // extend the bibliography entries
+ berjon.biblio["RFC5246"] = "T. Dierks; E. Rescorla. <a href=\"http://tools.ietf.org/html/rfc5246\"><cite>The Transport Layer Security (TLS) Protocol Version 1.2</cite></a> August 2008. Internet RFC 5246. URL: <a href=\"http://tools.ietf.org/html/rfc5246\">http://tools.ietf.org/html/rfc5246</a> ";
+
// process the document before anything else is done
var refs = document.querySelectorAll('adef') ;
for (var i = 0; i < refs.length; i++) {