Details
Details
- Reviewers
epriestley btrahan - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T5817: Formatting for Ponder answers escapes HTML
- Commits
- Restricted Diffusion Commit
rP0988ddbf2f4c: Don't render HTML for "user answered question" transaction if the rendering…
Used bin/mail show-outbound to verify that the email didn't contain escaped HTML when answering a question.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Just use $this->renderHandleLink($object_phid) -- if that does something sketchy, adjust the PHIDType to produce a better handle name (like D10231).
Comment Actions
This gives the same result for text emails, but doesn't link for HTML emails (but the answer link is at the bottom of the HTML email anyway)