Bläddra i källkod

Fix: let quot stay. (#6377)

### What problem does this PR solve?

#6337

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.18.0
Kevin Hu 7 månader sedan
förälder
incheckning
b754bd523a
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      agent/component/template.py

+ 1
- 1
agent/component/template.py Visa fil

@@ -117,7 +117,7 @@ class Template(ComponentBase):
r"\{%s\}" % re.escape(n), v, content
)
content = re.sub(
r"(\\\"|\")", "", content
r"(\\\")", "", content
)
content = re.sub(
r"(#+)", r" \1 ", content

Laddar…
Avbryt
Spara