[Pmwiki-users] Minor questions on upgrading to PmWiki2
    Patrick R. Michaud 
    pmichaud
       
    Fri Oct  1 09:41:00 CDT 2004
    
    
  
On Thu, Sep 30, 2004 at 04:44:36PM -0500, Jack Lutz wrote:
> 
>    1.  Placing in a local customization file " $HTMLLineBreak='<br />'; "
>    no longer creates WYSIWYG linebreaks?
It now works, as of 2.0.devel10 (just released).  The variable has
been renamed to $HTMLPNewline, though, so the customization is
   $HTMLPNewline = '<br />';
Not only does it now work in v2, it even works "right"  (as opposed to PmWiki 
v1, where $HTMLLineBreak was really a hack and added lots of <br />'s in 
places where they really weren't wanted or needed).
Pm
    
    
More information about the pmwiki-users
mailing list