mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 22:07:03 +00:00
tick boxes meddling
This commit is contained in:
@@ -256,6 +256,8 @@ def tidy_trip_image_urls(text, date):
|
||||
text = text.replace(f' src="/years/{y}//years/{y}/', f' src="/years/{y}/')
|
||||
text = text.replace(f" src='/years/{y}//years/{y}/", f" src='/years/{y}/")
|
||||
|
||||
text = text.replace(f'http://expo.survex.com/expofiles', f'/expofiles')
|
||||
|
||||
text = text.replace(f' src="/years/{y}//expofiles/', f' src="/expofiles/')
|
||||
text = text.replace(f" src='/years/{y}//expofiles/", f" src='/expofiles/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user