mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fixes #186
This commit is contained in:
parent
513b114bdf
commit
c6a769f8f2
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue