add most mod routes
This commit is contained in:
@@ -400,7 +400,7 @@ def tag_image(children, attr):
|
||||
|
||||
def tag_quote(children, attr):
|
||||
if attr:
|
||||
quotee = attr.strip()
|
||||
quotee = f'Quoting: {attr.strip()}'
|
||||
else:
|
||||
quotee = 'Quote'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user