summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorbesfahbo <besfahbo>2006-08-29 02:38:27 +0000
committerbesfahbo <besfahbo>2006-08-29 02:38:27 +0000
commit580eb13dad50ee9d032842e38817ed70f6e44e77 (patch)
treeab52db0d9ca9b91a4107d5f3fbbf89416d22f269 /firefox.sh.in
parent- Turn visibility back off again for now, as it still breaks the build. (diff)
downloadlibrewolf-fedora-ff-580eb13dad50ee9d032842e38817ed70f6e44e77.tar.gz
librewolf-fedora-ff-580eb13dad50ee9d032842e38817ed70f6e44e77.tar.bz2
librewolf-fedora-ff-580eb13dad50ee9d032842e38817ed70f6e44e77.zip
- Remove "Pango breaks MathML" from firefox.sh.in
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 51213d3..3795280 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -86,9 +86,9 @@ export FONTCONFIG_PATH
## In order to better support certain scripts (such as Indic and some CJK
## scripts), Fedora builds its Firefox, with permission from the Mozilla
## Corporation, with the Pango system as its text renderer. This change
-## is known to break rendering of MathML, and may negatively impact
-## performance on some pages. To disable the use of Pango, set
-## MOZ_DISABLE_PANGO=1 in your environment before launching Firefox.
+## may negatively impact performance on some pages. To disable the use of
+## Pango, set MOZ_DISABLE_PANGO=1 in your environment before launching
+## Firefox.
##
#
# MOZ_DISABLE_PANGO=1
bgstack15