Skip to content

Use double-quoted attributes in media file links inserted into new entries - #159

Open
mraible wants to merge 1 commit into
masterfrom
fix-media-file-link-markup
Open

Use double-quoted attributes in media file links inserted into new entries#159
mraible wants to merge 1 commit into
masterfrom
fix-media-file-link-markup

Conversation

@mraible

@mraible mraible commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The "create a post from your uploaded files" flow builds its image and enclosure markup with single-quoted attributes and an invalid closing tag, and the resulting image does not render after publishing. The media chooser on the entry editor inserts the same link with double quotes and a self-closing img tag, and that form works, so this flow now matches it.

Reported by Greg Huber on dev@roller while testing the ROL-2183 branch; the bug exists on master independently of that work.

…w entries

The "create a post from your uploaded files" flow built its image and enclosure markup with single-quoted attributes and an invalid closing </img> tag, and the resulting image did not render after publishing. The media chooser on the entry editor already inserts the same link with double quotes and a self-closing img tag, and that form works, so this flow now matches it. Reported by Greg Huber on dev@roller.
@mraible
mraible force-pushed the fix-media-file-link-markup branch from d737206 to 10d9cea Compare August 13, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant