Opened 19 years ago
Closed 19 years ago
#2069 closed task (fixed)
missing xml tag in firefox instructions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
on the rendered firefox page the required patch for pango looks like this,
Required patch (if enabling Pango font rendering): url="http://www.linuxfromscratch.org/patches/blfs/svn/firefox-1.5.0.4-pangoxft-1.patch"/>
Just missing a ulink tag.
Index: xsoft/graphweb/firefox.xml =================================================================== --- xsoft/graphweb/firefox.xml (revision 6260) +++ xsoft/graphweb/firefox.xml (working copy) @@ -66,6 +66,7 @@
<listitem>
<para>Required patch (if enabling <application>Pango</application> font rendering):
+ <ulink
url="&patch-root;/firefox-&firefox-version;-pangoxft-1.patch"/> </para>
</listitem>
Note:
See TracTickets
for help on using tickets.
Whoops. Thanks, Joe. Thunderbird has the same issue.