mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:37:58 +01:00
fix typo in :pageinfo compatibility string
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user