[pmwiki-users] GUIButton for centering text

Moni Kellermann kellerfrau at gmail.com
Wed May 5 14:03:29 CDT 2010


Hi, y'all,

When I set $EnableGUIButtons = 1;, the centering button is supposed to 
create

%center%

as it does with older versions of pmwiki. Now it inserts

%25center%25

with the additional 25, yet the code for the button in guiedit.php is 
unchanged, i.e.

   'center'   => array(410, '%25center%25', '', '',
                   '$GUIButtonDirUrlFmt/center.gif"$[Center]"')));

Is the code parsed in a different way now?
And is that a typo, so the simple solution is to change %25center%25 to 
%center%?

I just wonder why it would not display the 25 with old pmwiki versions.

Kind regards,
moni k.



More information about the pmwiki-users mailing list