Commit cbea442e by James Cammarata

Pull the link out of the alternatives output when not specified

Fixes #7414
parent 2128949a
...@@ -109,6 +109,8 @@ def main(): ...@@ -109,6 +109,8 @@ def main():
current_path = value current_path = value
elif key == 'Alternative': elif key == 'Alternative':
all_alternatives.append(value) all_alternatives.append(value)
elif key == 'Link' and not link:
link = value
if current_path != path: if current_path != path:
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment