Actions
Defect #8148
closedUnable to insert iframe
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2011-04-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
If URL you try to display using {{iframe(url, width, height)}}
macros contains &
(ampersand), then it get trimmed after "&" and #38
appended to the resulting URL.
Specifying &
in URL as &
doesn't solve the issue, as ;
is not included in RegExp, and URL trimmed just after first & match. Adding ;
to RegEx seems to solve the issue.
Also, comma (,
) is allowed symbol in URLs and used on google maps extensively. Would be nice to include it, too. But this may harm macros parser.
Updated by Etienne Massip over 13 years ago
{{iframe}} is not a core Redmine macro, guess you're using a plugin ?
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Indeed, there's no iframe macro in the core.
Actions