In a config.php page put something different from this: $BOLTreloadMark = "<span class='marks'><sup>^</sup></span>";
You can do the same thing with $BOLTmissingMark Hmmm, looking at the code some more, there needs to be a bit more optimization. In the next release, you will be able to set $BOLTreloadMark and $BOLTmissingMark as suggested above in a config.php file, and/or turn them on/off in site config using reloadMark: false missingMark: false Both true of course, by default. Shouldn't cause any trouble for existing sites. Just some tightening up of the code. Cheers, Dan On Sun, Jan 31, 2010 at 1:18 PM, Kevin <[email protected]> wrote: > BTW.... where can you set the reloadMark itself? > > I thought I could > > in site.config > > reloadMark: REL > > or in code.snippets the same but no... > > I changed it physically in the script to be REL instead of it using its > default of ^ so that it is easier to spot. -- 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.
