Skip to content

Commit

Permalink
airframes markdownout.py - br rather than p for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and bkueng committed Dec 2, 2024
1 parent be2a3af commit 5ce2bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/px4airframes/markdownout.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, groups, board, image_path):
#print(output_name,value, attribstrs[0].strip(),attribstrs[1].strip())
outputs += '</ul>'
if has_outputs:
outputs_entry = '<p><b>Specific Outputs:</b>' + outputs + '</p>'
outputs_entry = '<br><b>Specific Outputs:</b>' + outputs
else:
outputs_entry = ''

Expand Down

0 comments on commit 5ce2bf6

Please sign in to comment.