Skip to content

Commit

Permalink
Output: Param #, rather than: Mission Param #
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Nov 8, 2018
1 parent 387c0fd commit dc7a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mavlink_to_html_table_gitbook.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<xsl:template match="//param">
<tr>
<td></td>
<td>Mission Param #<xsl:value-of select="@index" /></td> <!-- mission_param -->
<td>Param #<xsl:value-of select="@index" /></td> <!-- mission_param -->
<td><xsl:value-of select="." /></td> <!-- mavlink_comment -->
</tr>
</xsl:template>
Expand Down

0 comments on commit dc7a74e

Please sign in to comment.