Files
AVEF/imports/ui/EditablePage.html

7 lines
266 B
HTML
Raw Normal View History

<template name="EditablePage">
<div id="editablePage" class="textView">
{{{editableHTML}}}
<!-- This prevents the text from being smaller than the image and the footer from being shoved next to the image. -->
<div style="clear:both"></div>
</div>
</template>