Skip to content
Snippets Groups Projects
Commit 5bbeedf7 authored by Marco De Donno's avatar Marco De Donno
Browse files

Change the CR character in the notes on the mark search page

parent f33c3174
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def search():
for _, v in enumerate( marks ):
for col in [ "detection_technic", "surface", "note" ]:
for old, new in [ ( "{", "" ), ( "}", "" ), ( "\n", " " ) ]:
for old, new in [ ( "{", "" ), ( "}", "" ), ( "\n", "; " ) ]:
try:
v[ col ] = v[ col ].replace( old, new )
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment