jsdoc template: example.tmpl: add a div around the pre code, so it receives the bottom margin.

This commit is contained in:
Jonathan Puckey 2011-06-03 18:43:47 +02:00
parent 54e98cb4e2
commit 7771fd8736

View file

@ -9,5 +9,7 @@
</div>
</if>
<if test="!data.paperScript">
<div class='paperscript'>
<pre class="code">{+ data.code +}</pre>
</div>
</if>