mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Removed indent per review
This commit is contained in:
parent
2322a9ea7f
commit
d548afb277
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?js= self.partial('details.tmpl', doc) ?>
|
<?js= self.partial('details.tmpl', doc) ?>
|
||||||
|
|
||||||
<?js if (doc.examples && doc.examples.length) { ?>
|
<?js if (doc.examples && doc.examples.length) { ?>
|
||||||
<h3>Example<?js= doc.examples.length > 1? 's':'' ?></h3>
|
<h3>Example<?js= doc.examples.length > 1? 's':'' ?></h3>
|
||||||
|
|
Loading…
Reference in a new issue