"Edit this section" button is missing for headings rendered as multiline HTML (#42332).

Patch by Abe Tomoaki (user:abetomo).


git-svn-id: https://svn.redmine.org/redmine/trunk@23802 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-05-27 01:55:37 +00:00
parent 2c9699ece1
commit 9beb9d9c5c
2 changed files with 41 additions and 1 deletions

View File

@@ -1386,7 +1386,7 @@ module ApplicationHelper
<|
$)
}x
HEADING_RE = /(<h(\d)( [^>]+)?>(.+?)<\/h(\d)>)/i unless const_defined?(:HEADING_RE)
HEADING_RE = /(<h(\d)( [^>]+)?>(.+?)<\/h(\d)>)/im unless const_defined?(:HEADING_RE)
def parse_sections(text, project, obj, attr, only_path, options)
return unless options[:edit_section_links]