mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: emails with embedded posts should always use absolute URLs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='body'><%= post.cooked.html_safe %></td>
|
||||
<td class='body'><%= PrettyText.make_all_links_absolute(post.cooked).html_safe %></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user