Skip to content

Commit

Permalink
Merge pull request #452 from hamishwillee/hamishwillee-improve-linkin…
Browse files Browse the repository at this point in the history
…g-to-fields

Update mavlink_to_html_table.xsl
  • Loading branch information
LorenzMeier committed Nov 5, 2015
2 parents fc7ce0d + 73864ed commit 11bcadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mavlink_to_html_table.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</xsl:template>

<xsl:template match="//entry">
<tr class="mavlink_field">
<tr class="mavlink_field" id="{@name}">
<td class="mavlink_type" valign="top"><xsl:value-of select="@value" /></td>
<td class="mavlink_name" valign="top"><xsl:value-of select="@name" /></td>
<td class="mavlink_comment"><xsl:value-of select="description" /></td>
Expand Down

0 comments on commit 11bcadc

Please sign in to comment.