mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-13 16:55:39 -04:00
Fix score-boost out of pre tag
This commit is contained in:
parent
6d7af56689
commit
4e4f998ac3
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ async def gne(request):
|
||||||
tos-urls:
|
tos-urls:
|
||||||
- {args['tos'][0]}
|
- {args['tos'][0]}
|
||||||
url: {args['url'][0]}
|
url: {args['url'][0]}
|
||||||
verified: false</pre>
|
verified: false
|
||||||
score-boost: 0
|
score-boost: 0 </pre>
|
||||||
"""
|
"""
|
||||||
return(html(yamlString))
|
return(html(yamlString))
|
||||||
template = env.get_template('generate-new-exchange.html')
|
template = env.get_template('generate-new-exchange.html')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue