Re: Maxlength spelling in structure view

On Tue, 19 Jan 1999, David J Woolley wrote:

> The t and h of maxlength are transposed in the structure view in 1.4a 
> Win32.

Patch to fix this for Thot/amaya/HTMLP.P:

Ewan.

--- HTMLP.P.orig        Tue Jan 19 13:56:05 1999
+++ HTMLP.P     Tue Jan 19 13:56:33 1999
@@ -2952,7 +2952,7 @@
        END;

  ATTR_MAXLENGTH: BEGIN
-       Content: Text ' maxlenght=';
+       Content: Text ' maxlength=';
        HorizPos: Left = Previous . Right;
        VertPos: HRef = Previous . HRef;
        Visibility: 0;

Received on Tuesday, 19 January 1999 17:05:18 UTC