mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 15:45:44 +01:00
Add cheap HTML prettifier.
This commit is contained in:
@@ -315,7 +315,7 @@ var Help = Module("Help", {
|
||||
if (isinstance(node, [Ci.nsIDOMHTMLBaseElement]))
|
||||
return;
|
||||
|
||||
data.push("<"); data.push(node.localName);
|
||||
data.push("<", node.localName);
|
||||
if (node instanceof Ci.nsIDOMHTMLHtmlElement)
|
||||
data.push(" xmlns=" + XHTML.uri.quote(),
|
||||
" xmlns:dactyl=" + NS.uri.quote());
|
||||
|
||||
Reference in New Issue
Block a user