said...
> 
> I did a new skin for PmWiki called Maguila. 
> 
> The files were uploaded and the page was filled with information about the 
> skin and is here -> http://www.pmwiki.org/wiki/Cookbook/MaguilaSkin .

Nice one, Carlos.

I spotted one tiny oversight:

  Line 353 maguila.php

    return "<form ".Keep($out)."  </p></form>";

  needs to lose the </p>

    return "<form " . Keep($out) . "</form>";



-- 
Cheers,
Marc


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to