Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-01-06 15:52:14
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
[textile] Nested inline links
Im have an issue with links inside span elements.
%(name)CARLA MIKLOS, MS. CED. "cmiklos@operationhopect.org":mailto:cmiklos@operationhopect.org %
results as
CARLA MIKLOS, MS. CED. cmiklos@operationhopect.org %
why is the trailing % being output?
Thanks
Rich
Offline
Re: [textile] Nested inline links
Seems that having the span end with a link isn’t parsed correctly by Textile. You could work around it by adding another character, e.g.
%(name)CARLA MIKLOS, MS. CED. ("cmiklos@operationhopect.org":mailto:cmiklos@operationhopect.org)%
Code is topiary
Offline
#3 2010-01-06 16:17:34
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
Re: [textile] Nested inline links
Yes, I did try that – i guess ill see about a non breaking space since there shouldn’t be anything.
This is a bug I assume?
Offline
Re: [textile] Nested inline links
richtestani wrote:
This is a bug I assume?
Apparently so.
Code is topiary
Offline
#5 2010-10-04 22:48:51
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [textile] Nested inline links
Both…
%(name)CARLA MIKLOS, MS. CED. "cmiklos@operationhopect.org":mailto:cmiklos@operationhopect.org%
…&…
%(name)CARLA MIKLOS, MS. CED. ("cmiklos@operationhopect.org":mailto:cmiklos@operationhopect.org)%
…work fine in Textile 2.2.
But…
%(name)CARLA MIKLOS, MS. CED. "cmiklos@operationhopect.org":mailto:cmiklos@operationhopect.org %
… will not work in either version (note the space before the closing %
.)
— Steve
Offline