mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
jsdoc template: example.tmpl: add a div around the pre code, so it receives the bottom margin.
This commit is contained in:
parent
54e98cb4e2
commit
7771fd8736
1 changed files with 2 additions and 0 deletions
|
@ -9,5 +9,7 @@
|
|||
</div>
|
||||
</if>
|
||||
<if test="!data.paperScript">
|
||||
<div class='paperscript'>
|
||||
<pre class="code">{+ data.code +}</pre>
|
||||
</div>
|
||||
</if>
|
Loading…
Reference in a new issue