Improvements to comment formatting #206
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HPR/hpr_generator#206
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inconsistencies and similarities:
templates/content-episode.tpl.html
) don't have any formatting. Blocks of text are just enclosed with<p>
tags usingFILTER html_para
.templates/content-comments_viewer.tpl.html
) are displayed withFILTER html_line_break
, which replaces newlines with<br />
tags.templates/rss-comments.tpl.xml
), it also usesFILTER html_line_break
.For the moment, using
html_line_break
seems preferable since it retains the original layout better.It might be appropriate to review the displaying of comments including making URLs clickable.
Updated episode template to match comment view when converting comments to HTML in PR 207 and merged to main.