This commit is contained in:
Frisk 2020-12-06 10:55:01 +01:00
parent 513b114bdf
commit c6a769f8f2
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

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