-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.5.1] img markup: arg separator broken .. #102
Comments
Yes, I'm seeing this too with v2.5.1. |
Jan, try commenting out this line in
|
Getting |
I wonder if Textile should do this hardcoded replacement in urls.. i think it should do according to |
Plus: the above |
Textile doesn't (directly) use the arg_separator.output setting. I hope to get some more time to investigate and fix this this week. |
I'm a bit clueless where the |
Ah.. i missed it in the callback.. so it's happening here: https://github.com/netcarver/textile/blob/6caa17c9aae18a658b2b4006c9a52cfc85637d8a/classTextile.php#L2453 (Edited by netcarver to fix link to specific commit) |
Hi,
dunno if this is some local quirk or a real bug.. however this img markup:
!http://rexdev.de/index.php?rex_img_type=github_readme&rex_img_file=lnk_jdlx_agk_patches_structure_mediapool.png!
results in:
<p><img src="http://rexdev.de/index.php?rex_img_type=github_readme&amp;rex_img_file=lnk_jdlx_agk_patches_structure_mediapool.png" alt="" /></p>
note the
&amp;
Can others verify? (happens in 2.4.1 as well for me.. and
arg_separator.output
seems not to be an issue..)cheers,
Jan
The text was updated successfully, but these errors were encountered: