Closed
Bug 267500
Opened 20 years ago
Closed 20 years ago
plugin finder in ast-ES localized firefox doesn't work
Categories
(Mozilla Localizations :: Other, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: xspuente, Assigned: xspuente)
References
Details
Attachments
(1 file)
|
1.34 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ast-ES; rv:1.7.3) Gecko/20041101 Firefox/1.0RC2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ast-ES; rv:1.7.3) Gecko/20041101 Firefox/1.0RC2 I found one small problem in the ast-ES win32 installer with the "get plugin" option that appears at the top of the Firefox window when you visit a page that requires a plugin that you don't have installed. I get the following error: ErrorXML Parsing: undefined entity Located: chrome://mozapps/contents/plugins/pluginInstallerWizard.xul Line number 51, column 45: <wizard ide="plugin-installer-wizard" title= "&pluginWizardtitle;" ----------------------------------------------^ Reproducible: Always Steps to Reproduce: 1. Grab an Asturian localized build, install it and visit www.asturies.org 2. Some images don't display because they require a plug-in to be installed. 3. Click on the "get plugin" bar that appears at the top of the browser window. Actual Results: ErrorXML Parsing: undefined entity Located: chrome://mozapps/contents/plugins/pluginInstallerWizard.xul Line number 51, column 45: <wizard ide="plugin-installer-wizard" title= "&pluginWizardtitle;" ----------------------------------------------^ Expected Results: The plugin should be fetched and installed. I have asked on the newsgroup and Michael Wolf told me: The reason for the error is that the file mozapps/plugins/plugins.dtd ia with "BOM". Save the plugins.dtd without BOM and the above error should be disappeared. But I don't know how to remove the BOM. I'm attaching the file and CCing Benjamin and see if he can do it and commit the file to CVS.
The BOM should be removed from the file and commit to CVS in : toolkit/locales/ast-ES/chrome/mozapps/plugins/
Comment 2•20 years ago
|
||
I don't have time to make fixes like this. Ask a volunteer on the newsgroups or somebody on IRC #l10n to help.
Assignee: doronr → xspuente
Component: Plugin Finder Service → Other
Product: Firefox → Mozilla Localizations
QA Contact: firefox.plugin.finder → bsmedberg
I fixed the problem although I get an error when I try to create a patch for it. Now it depends on bug 266642, if the file is commited to cvs should be fixed.
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•