Opened 18 years ago

Closed 18 years ago

#2069 closed task (fixed)

missing xml tag in firefox instructions

Reported by: jciccone@… Owned by: dnicholson@…
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>

Change History (2)

comment:1 by dnicholson@…, 18 years ago

Owner: changed from blfs-book@… to dnicholson@…
Status: newassigned

Whoops. Thanks, Joe. Thunderbird has the same issue.

comment:2 by dnicholson@…, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r6261.

Note: See TracTickets for help on using tickets.