[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Plugin edition form shows body content with HTML encoded characters
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68913e1da030f_2cd5c8c39828@gitlab-sidekiq-low-urgency-cpu-bound-v2-58b475bb65-tk9jn.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
da6f89a5 by Merci Jacob at 2025-08-04T22:25:34+00:00
[FIX] Plugin edition form shows body content with HTML encoded characters
---
* [FIX] Plugin edition form shows body content with HTML encoded characters
See merge request tikiwiki/tiki!8142
- - - - -
1 changed file:
- lib/core/Services/Edit/PluginController.php
Changes:
=====================================
lib/core/Services/Edit/PluginController.php
=====================================
@@ -317,7 +317,7 @@ class Services_Edit_PluginController
'pageName' => $page,
'pluginArgs' => $pluginArgs,
'pluginArgsJSON' => json_encode($pluginArgs),
- 'bodyContent' => $bodyContent,
+ 'bodyContent' => TikiLib::lib("parser")->unprotectSpecialChars(html_entity_decode($bodyContent), true),
'edit_icon' => $edit_icon,
'selectedMod' => $selectedMod,
'isMarkdown' => $isMarkdown,
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da6f89a5b7d044b124fbf47921f8fbfc4e489715
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/da6f89a5b7d044b124fbf47921f8fbfc4e489715
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs