Skip to content

[ENH] PluginDiagram: Prevent conversion of HTML Entities present in the names in Wiki Page

Description

Since the HTML entities were interpreted, I added a code to prevent the HTML entities from being decoded.

Example: keep gallery name "You can cut© but don't steal" as "You can cut© but don't steal" instead of converting it to "You can cut© but don't steal".

Steps to test

A few galleries must exist first, then add {diagram} in the wiki page.

Expected result

HTML entities in galleries names must not change.

Edited by luci

Merge request reports