mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-10 15:30:46 -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:
|
||||
- {args['tos'][0]}
|
||||
url: {args['url'][0]}
|
||||
verified: false</pre>
|
||||
score-boost: 0
|
||||
verified: false
|
||||
score-boost: 0 </pre>
|
||||
"""
|
||||
return(html(yamlString))
|
||||
template = env.get_template('generate-new-exchange.html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue