mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
airframes markdownout.py - br rather than p for generated code
This commit is contained in:
@@ -137,7 +137,7 @@ div.frame_variant td, div.frame_variant th {
|
|||||||
#print(output_name,value, attribstrs[0].strip(),attribstrs[1].strip())
|
#print(output_name,value, attribstrs[0].strip(),attribstrs[1].strip())
|
||||||
outputs += '</ul>'
|
outputs += '</ul>'
|
||||||
if has_outputs:
|
if has_outputs:
|
||||||
outputs_entry = '<p><b>Specific Outputs:</b>' + outputs + '</p>'
|
outputs_entry = '<br><b>Specific Outputs:</b>' + outputs
|
||||||
else:
|
else:
|
||||||
outputs_entry = ''
|
outputs_entry = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user