Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T262408 [TRACKING] Selser issues on talk pages | |||
| Declined | matmarex | T262414 {{safesubst:}} else where in doc is substituted when adding a comment |
Event Timeline
Comment Actions
I don't think this one is a Parsoid issue. {{safesubst:}} is handled during wikitext pre-save transform. I don't think Parsoid even implements PST, it probably just passed through the text unchanged, and it got substituted when we were saving the wikitext.
The only interesting question is how did that end up in the saved wikitext in the first place. There are some "bugs" in the PST that allow it to happen (https://en.wikipedia.org/wiki/User_talk:Sgeo/null-edit-detector), so someone must have done that kind of thing, but I wonder if it was intentional or accidental.