mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 05:03:41 +02:00
Fix signal summary text
This commit is contained in:
parent
025326b85f
commit
ba0923a3ad
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ var self = this;
|
|||
<code><?js= (kind === 'class' ? 'new ' : '') + name + (data.signatureHead || '') ?></code></a>
|
||||
</td>
|
||||
<td>
|
||||
<?js if (data.summary) { ?>
|
||||
<?js= summary ?>
|
||||
<?js if (data.description) { ?>
|
||||
<?js= description ?>
|
||||
<?js= this.partial('details.tmpl', data) ?>
|
||||
<?js } else { ?>
|
||||
<?js= this.partial('details.tmpl', data) ?>
|
||||
|
|
Loading…
Reference in a new issue