mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 06:56:35 +08:00
## Summary This patch fixes a regression where event descriptions lost their multiline formatting by ensuring newline characters are converted to <br> tags in the server-generated description_html. It updates the linkify_description utility to handle both URL linkification and line break preservation, ensuring the UI correctly renders multiline text. ## Source - Patch Triage: https://patch.discourse.org/patch-triage/886 - Original commit: --- 🤖 Auto-generated from the patch diff via Patch Triage. Review carefully before merging. Co-authored-by: discourse-patch-triage <272280883+discourse-patch-triage[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| engine.rb | ||
| event_finder.rb | ||
| event_parser.rb | ||
| event_validator.rb | ||
| export_csv_controller_extension.rb | ||
| export_csv_file_extension.rb | ||
| post_extension.rb | ||
| rrule_configurator.rb | ||
| rrule_generator.rb | ||
| web_hook_extension.rb | ||