Defect #15667 ยป textilizable.diff
| app/helpers/application_helper.rb | ||
|---|---|---|
| 532 | 532 |
@current_section = 0 if options[:edit_section_links] |
| 533 | 533 | |
| 534 | 534 |
parse_sections(text, project, obj, attr, only_path, options) |
| 535 |
text = parse_non_pre_blocks(text, obj, macros) do |text|
|
|
| 535 |
text = parse_non_pre_blocks(text, obj, macros) do |txt| |
|
| 536 | 536 |
[:parse_inline_attachments, :parse_wiki_links, :parse_redmine_links].each do |method_name| |
| 537 |
send method_name, text, project, obj, attr, only_path, options
|
|
| 537 |
send method_name, txt, project, obj, attr, only_path, options |
|
| 538 | 538 |
end |
| 539 | 539 |
end |
| 540 | 540 |
parse_headings(text, project, obj, attr, only_path, options) |