html5/spec-author-view dfn.js,1.22,1.23

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3177

Modified Files:
	dfn.js 
Log Message:
fixed a problem with tab out


Index: dfn.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/dfn.js,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dfn.js	8 May 2011 01:00:02 -0000	1.22
+++ dfn.js	8 May 2011 01:14:56 -0000	1.23
@@ -26,7 +26,10 @@
           pps = pps.previousSibling;
         }
         panel.removeChild(pps);
-        panelDiv.innerHTML = "<p class='norefs'>No references in this document.</p>";
+        panelDiv.innerHTML = "<dl><dt></dt>" +
+        "<dd class='norefs' style='list-style-type: none'>" +
+        "<a href='' style='text-decoration: none !important'>" +
+        "No references in this document.</dd></dl>";
         return;
       }
       var pfg = pfc.firstChild;

Received on Sunday, 8 May 2011 01:14:59 UTC