[pmwiki-users] Some trouble upgrading from v2.0
Ryan R. Varick
rvarick at gmail.com
Tue Jun 27 20:37:43 CDT 2006
Earlier this week I upgraded to v2.1. For the most part things went
smoothly. However, I have run into a few problems:
[1] The local customization I was using to require *two* spaces
before triggering the preformatting doesn't seem to work anymore:
DisableMarkup('^ ');
Markup('^ ', 'block', '/^ /', '<:pre,1>');
I seem to recall there was some discussion about this earlier, but I
can't find it now.
[2] PmWiki is adding inline styles to my pages and I can't seem to
make them all go away. I believe this was all I needed earlier:
$HTMLStylesFmt = '';
But that leaves, and I'm not sure where it's coming from:
.editconflict { color:green;
font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border:2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
table.vert td.markup1 { border-bottom:1px solid #ccf; }
table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
table.markup caption { text-align:left; }
div.faq p, div.faq pre { margin-left:2em; }
div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
.frame
{ border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }
Is there another variable I should look at?
Thanks,
Ryan
More information about the pmwiki-users
mailing list