Skip to content
Snippets Groups Projects
Commit fff6c810 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'develop' into 'master'

[release] Regular merge of develop

See merge request !185
parents 13c0e680 36adae17
No related branches found
No related tags found
4 merge requests!245Integrate data upload cloud,!235Integrate data upload cloud,!224Fixing a couple of issues in the redesign,!185[release] Regular merge of develop
Pipeline #35092 passed
......@@ -11,7 +11,8 @@ def line_prepender(filename, line):
def build_link(title, href):
# strip the number of the title
title = re.sub('[0-9.]', '', title).strip()
if ('handbook:1-general' in href) or ('handbook:2-additional' in href):
title = re.sub('[0-9.]', '', title).strip()
return f'\t\t\t<li><a href="{href}">{title}</a></li>\n'
......
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