[Bug 6737] example error

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6737


Jonathan Robie <jonathan.robie@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Jonathan Robie <jonathan.robie@redhat.com>  2009-03-25 13:57:11 ---
You're right, the example refers to the variable $p, which is not bound:

<partno> {$p} </partno>

You have corrected this to use $pn:

<partno> {$pn} </partno>

(I'm saying this to make it faster for others to spot!)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 March 2009 13:57:20 UTC