7 lines
266 B
HTML
7 lines
266 B
HTML
<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> |