From 54b6acb22b45c764c48ecddf8bd2f1dbe63ecd21 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 29 Oct 2007 11:48:02 +0000 Subject: [PATCH] fix typo in :pageinfo compatibility string --- content/buffers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffers.js b/content/buffers.js index 95a78da0..f64c31ac 100644 --- a/content/buffers.js +++ b/content/buffers.js @@ -558,7 +558,7 @@ vimperator.Buffer = function() //{{{ } pageGeneral.push(["Compatibility", content.document.compatMode == "BackCompat" ? - "Quirks Mode" : "Full/Almost Standard Mode"]); + "Quirks Mode" : "Full/Almost Standards Mode"]); pageGeneral.push(["Last Modified", window.content.document.lastModified]); // get meta tag data, sort and put into pageMeta[]