Re: Change 4:
4. in markups.php ca. line 18 before line MarkUp('pre', 'entities', ...) add
line
      MarkUp('pre', 'ampamp', '/&/', '%26');

The objective of this was to preserve & in links. By translating it to
%26 it works, but I am not sure if there are other side effects.

Originally I tried this rule instead, to use BOLTescape to preserve &
  MarkUp('pre', 'ampamp', '/&/e',"BOLTescape('&')");

But that had a very strange effect:
A link like [[test.X&Z]] for  a yet to be created page led to this page
name
   test.xloginlogin127loginloginz

Surely the BW escape gone very wrong somewhere, probably the link function.

That's why I abondaned the use of BOLTescape('&') and went with %26
instead in the ampamp rule.

~Hans

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to