For the “Other” site index summary page (when the multipage site index is turned on), Textile is intercepting the caret symbol in the regex and rendering it as a superscript:
Site Index Other was created automatically from pages whose title matches /[A-Za-z].*/
—Bil
Oh! Is this with v0-0-6? I thought I’d changed lib/helpers/default-helpers.rb line 117 to:
content ||= "h2. #{@settings[:pagename]}\n\np{font-size: x-small;}. #{@settings[:pagename]} was created automatically from pages whose title matches #{@settings[:regexp_for_title].inspect}.\n\n”
Where the == each side of the the last bit should stop this happening.
When I get access to the CVS I’ll check what happened to this change.
Thanks
My fault, due to firewall policies, I have been unable to cvs up. The change is probably there; I just don’t have it yet…—Bil
—
I think it is in v-0-0-6, so declaring this fixed.
Edit this page or
watch for changes using RSS.