fix for 168353; regression caused by fix to 77315-missing closing braces;r/sr=sspitzer

This commit is contained in:
varada%netscape.com 2002-09-12 23:20:55 +00:00
Родитель 089cef75ad
Коммит a7f8db768a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -121,7 +121,7 @@
<command id="cmd_sendPage" oncommand="sendPage();"/>
<command id="Browser:SendLink"
oncommand="sendLink(Components.lookupMethod(window._content, 'location').call(window._content).href,
Components.lookupMethod(window._content.document, 'title').call(window._content.document);"/>
Components.lookupMethod(window._content.document, 'title').call(window._content.document));"/>
</commandset>
<!-- navigator specific UI items -->