Fixed bug 16868. r=brade

git-svn-id: svn://10.0.0.236/trunk@51269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
1999-10-20 18:43:56 +00:00
parent ddb8cb8f28
commit 353d58e800
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ function GetAppropriatePercentString()
{
var selection = window.editorShell.editorSelection;
if (selection) {
if (editorShell.GetElementOrParentByTagName("td",selection.focusNode));
if (editorShell.GetElementOrParentByTagName("td",selection.focusNode))
return GetString("PercentOfCell");
}
return GetString("PercentOfWindow");