mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-24 00:34:10 +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):
|
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):
|
||||||
|
|
Loading…
Reference in a new issue