Broken HTML generated for popup

Created on 23 July 2021, over 3 years ago
Updated 12 August 2024, 3 months ago

Problem/Motivation

The HTML generated for the popup contains a broken HTML tag:

<div id="language-suggestion"<div class="ls-wrapper"><div class="ls-message">

Proposed resolution

Line 106 of file /assets/language_suggestion.js:

layoutContainer.append('<div id="language-suggestion"<div class="ls-wrapper"><div class="ls-message">'

Change into:

layoutContainer.append('<div id="language-suggestion" class="ls-wrapper"><div class="ls-message">'

Remaining tasks

Write and test patch that alters this line of code.

🐛 Bug report
Status

Fixed

Component

Code

Created by

🇳🇱Netherlands tinto Amsterdam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024