From ed7e3f7fe71f95742f1d1e0ca87a965d47f003df Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Fri, 10 May 2002 22:31:03 +0000 Subject: [PATCH] Whitespace to correct the typo in the bug number, b=49721,122524 (rather than 1222524) --- xpfe/communicator/resources/content/nsContextMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/communicator/resources/content/nsContextMenu.js b/xpfe/communicator/resources/content/nsContextMenu.js index 0b2f6ffc6a9..a52f8dee010 100644 --- a/xpfe/communicator/resources/content/nsContextMenu.js +++ b/xpfe/communicator/resources/content/nsContextMenu.js @@ -339,8 +339,8 @@ nsContextMenu.prototype = { // See if the user clicked on MathML const NS_MathML = "http://www.w3.org/1998/Math/MathML"; if ((this.target.nodeType == Node.TEXT_NODE && - this.target.parentNode.namespaceURI == NS_MathML) - || (this.target.namespaceURI == NS_MathML)) + this.target.parentNode.namespaceURI == NS_MathML) + || (this.target.namespaceURI == NS_MathML)) this.onMathML = true; // See if the user clicked in a frame.