(cherry picked from commit c6a769f8f2)
This commit is contained in:
Frisk 2020-12-06 09:55:01 +00:00 committed by Frisk
parent 18bfde3d18
commit 3a45643e28

View file

@ -107,7 +107,7 @@ def weighted_average(value, weight, new_value):
def link_formatter(link): def link_formatter(link):
"""Formats a link to not embed it""" """Formats a link to not embed it"""
return "<" + quote(link.replace(" ", "_"), "/:?") + ">" return "<" + quote(link.replace(" ", "_"), "/:?=&") + ">"
def escape_formatting(data): def escape_formatting(data):