1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:17:57 +01:00

fix typo in :pageinfo compatibility string

This commit is contained in:
Doug Kearns
2007-10-29 11:48:02 +00:00
parent f57e6b6190
commit 54b6acb22b

View File

@@ -558,7 +558,7 @@ vimperator.Buffer = function() //{{{
} }
pageGeneral.push(["Compatibility", content.document.compatMode == "BackCompat" ? 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]); pageGeneral.push(["Last Modified", window.content.document.lastModified]);
// get meta tag data, sort and put into pageMeta[] // get meta tag data, sort and put into pageMeta[]