Skip to content

Commit

Permalink
fix a crash (and incorrect output) when a property has its own proper…
Browse files Browse the repository at this point in the history
…ties (#697)
  • Loading branch information
hegemonic committed Jul 2, 2014
1 parent 19867a0 commit 5c59bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/tmpl/properties.tmpl
Expand Up @@ -99,10 +99,10 @@
<?js } ?>

<td class="description last"><?js= prop.description ?><?js if (prop.subprops) { ?>
<h6>Properties</h6><?js= self.partial('properties.tmpl', prop.subprops) ?>
<h6>Properties</h6><?js= self.partial('properties.tmpl', prop) ?>
<?js } ?></td>
</tr>

<?js }); ?>
</tbody>
</table>
</table>

0 comments on commit 5c59bc1

Please sign in to comment.