Yep. Should fix it. Just hope it doesn't break other things... Cheers, Dan
On Sun, Mar 21, 2010 at 8:47 PM, Kevin <[email protected]> wrote: > Last two lines of BOLTMlinks is around 529 > > if (function_exists('myBOLTMlinks')) return myBOLTMlinks($link, > $defaultAttr, $attr, $label, $missingPage); > return BOLTescape('<a href="'.$link.'" '.$defaultAttr.$attr.'>') . > BOLTtranslate($label) . BOLTescape("$missingPage</a>"); > > Are these where you want the line added before? > > On Sun, Mar 21, 2010 at 5:03 PM, The Editor <[email protected]> wrote: >> >> Try adding this just before the last two lines of BOLTMlinks... >> $link = str_replace('&', '&', $link); >> ~markups.php line 543. Let me know if that does it, and I'll add to the >> core. >> Cheers, >> Dan >> >> On Sun, Mar 21, 2010 at 5:26 PM, Kevin <[email protected]> wrote: >>> >>> Almost validates now.... >>> >>> The only thing that it getting hit are & in links. >>> >>> Using: >>> >>> * [[$$defaultPage&action=login|Login]] >>> >>> Results in an error like: >> >> -- >> 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. > > -- > 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. > -- 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.
